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

definition: Info
 
moveCol :: Pos -> Column -> Pos
moveCol (Pos f a x y) n = Pos f a x (y+n)
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
 moveCol
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