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