definition: |
setAbs :: Pos -> Absolute -> Pos setAbs (Pos f _ x y) abs = Pos f abs x y |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Pos},_) |-> {Pos}} |
name: |
setAbs |
precedence: |
no precedence defined |
result-values: |
{Pos} |
signature: |
Pos -> Prelude.Int -> Pos |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |