definition: |
graphWidth :: GraphMetric n => [n] -> NodeID -> Int graphWidth graph start = fst $ graphMetric modeWidth [] graph start |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
graphWidth |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
GraphMetric a => [a] -> Prelude.Int -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |