definition: |
column :: Position -> Int column (Position _ c) = c |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
{Position} |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Position}) |-> _} |
name: |
column |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Position -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |