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

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