CurryInfo: currypp-3.2.0 / CPP.ICode.ParsePos.lnDifference

definition:
lnDifference :: Pos -> Pos -> Line
lnDifference p1 p2 = getLn p2 - getLn p1
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The difference in lines between two positions
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
lnDifference
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