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

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