CurryInfo: graphviz-3.0.0 / ShowDotGraph.ugraph

definition: Info
 
ugraph :: String -> [Node] -> [Edge] -> DotGraph
ugraph name nodes edges = UGraph name [] nodes edges
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Constructs an undirected 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
 {(_,_,_) |-> {UGraph}}
name: Info
 ugraph
precedence: Info
 no precedence defined
result-values: Info
 {UGraph}
signature: Info
 String -> [Node] -> [Edge] -> DotGraph
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms