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

definition: Info
 
moveLn :: Pos -> Line -> Pos
moveLn (Pos f a x y) n = Pos f a (x+n) y
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Pos},_) |-> {Pos}}
name: Info
 moveLn
precedence: Info
 no precedence defined
result-values: Info
 {Pos}
signature: Info
 Pos -> Prelude.Int -> Pos
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms