definition: |
labNode' :: Context a _ -> LNode a labNode' (_,v,l,_) = (v,l) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- The 'LNode' from a 'Context'. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,,,)}) |-> {(,)}} |
name: |
labNode' |
precedence: |
no precedence defined |
result-values: |
{(,)} |
signature: |
([(a, Prelude.Int)], Prelude.Int, b, [(a, Prelude.Int)]) -> (Prelude.Int, b) |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |