CurryInfo: icurry-3.2.0 / TermGraph.SVG.graphDepth

definition:
 
graphDepth :: GraphMetric n => [n] -> NodeID -> Int
graphDepth graph start = fst $ graphMetric modeDepth [] graph start
demand:
 no demanded arguments
deterministic:
 deterministic operation
failfree:
 (_, _, _)
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,_,_) |-> _}
name:
 graphDepth
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:
 possibly non-reducible on same data term