definition: |
nodes :: Graph _ _ -> [Node] nodes = map fst . labNodes |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- List all 'Node's in the 'Graph'. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
nodes |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
Graph a b -> [Prelude.Int] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |