CurryInfo: icurry-3.2.0 / TermGraph.SVG.graphSvg

definition: Info
 
graphSvg :: Maybe Dimensions -> (Graph, [ChoiceMapping], NodeID) -> XmlExp
graphSvg dims (graph, chMap, root) =
  drawSvg dims (constructDGGraph graph root) root chMap
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Draw a svg-graph of a given graph
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{(,,)}) |-> {XElem}}
name: Info
 graphSvg
precedence: Info
 no precedence defined
result-values: Info
 {XElem}
signature: Info
 Prelude.Maybe (Prelude.Float, Prelude.Float)
-> ([Node], [(Prelude.Int, Prelude.Int)], Prelude.Int) -> XML.XmlExp
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term