definition: |
colDifference :: Pos -> Pos -> Column colDifference p1 p2 = getCol p2 - getCol p1 |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The difference in columns between two positions |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
colDifference |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Pos -> Pos -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |