CurryInfo: graphviz-3.0.0 / Data.GraphViz.dgraph

definition: Info
 
dgraph :: String -> [Node] -> [Edge] -> DotGraph
dgraph name nodes edges = DGraph name [] nodes edges
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Constructs a directed graph from a name and a list of nodes and edges.
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> {DGraph}}
name: Info
 dgraph
precedence: Info
 no precedence defined
result-values: Info
 {DGraph}
signature: Info
 String -> [Node] -> [Edge] -> DotGraph
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms