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

definition:
moveAbs :: Pos -> Absolute -> Pos
moveAbs (Pos f a x y) n = Pos f (a+n) x y
demand:
argument 1
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Pos},_) |-> {Pos}}
name:
moveAbs
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