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