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