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