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

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