definition: |
labNodes :: Graph a b -> [(Int, a)] labNodes (Gr g) = map (\(v,(_,l,_))->(v,l)) (toList g) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- A list of all 'LNode's in the 'Graph'. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Gr}) |-> {:,[]}} |
name: |
labNodes |
precedence: |
no precedence defined |
result-values: |
{:,[]} |
signature: |
Graph a b -> [(Prelude.Int, a)] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |