CurryInfo: icurry-3.2.0 / TermGraph.SVG.graphDepth

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