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