CurryInfo: graphviz-3.0.0 / ShowDotGraph.ugraphWithAttrs

definition:
ugraphWithAttrs :: String -> [(String,String)] -> [Node] -> [Edge] -> DotGraph
ugraphWithAttrs = UGraph
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Constructs an undirected graph from a name, a list of attributes,
--- and lists of nodes and edges.
--- The attributes are graph attributes of the DOT language, e.g.,
--- `[("ordering","out"), ("fontsize","10")]`.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {UGraph}}
name:
ugraphWithAttrs
precedence:
no precedence defined
result-values:
{UGraph}
signature:
String -> [(String, String)] -> [Node] -> [Edge] -> DotGraph
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms