CurryInfo: icurry-3.2.0 / TermGraph.SVG.constructDGGraph

definition: Info
 
constructDGGraph :: Graph -> NodeID -> DGGraph
constructDGGraph graph root =
  constructDGGraph' (constructPredMap graph) M.empty graph root
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Construct a graph for drawing from a graph
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {:,[]}}
name: Info
 constructDGGraph
precedence: Info
 no precedence defined
result-values: Info
 {:,[]}
signature: Info
 [Node] -> Prelude.Int -> [DGNode]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term