definition: |
lpre' :: Context _ b -> [(Node,b)] lpre' (p,_,_,_) = map flip2 p |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- All 'Node's linked from in a 'Context', and the label of the links. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,,,)}) |-> {:,[]}} |
name: |
lpre' |
precedence: |
no precedence defined |
result-values: |
{:,[]} |
signature: |
([(a, Prelude.Int)], Prelude.Int, b, [(a, Prelude.Int)]) -> [(Prelude.Int, a)] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |