definition: |
toSimplePos :: Pos -> SimplePos toSimplePos p = (getLn p,getCol p) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Convert to SimplePos |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {(,)}} |
name: |
toSimplePos |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
Pos -> (Prelude.Int, Prelude.Int) |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |