definition: |
maxNodeID :: Graph -> NodeID maxNodeID (Graph _ m _) = m |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Returns maximum node id of a graph. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Graph}) |-> _} |
name: |
maxNodeID |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Graph -> Prelude.Int |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |