CurryInfo: graphviz-3.0.0 / Data.GraphViz.dgraphWithAttrs

definition: Info
 
dgraphWithAttrs :: String -> [(String,String)] -> [Node] -> [Edge] -> DotGraph
dgraphWithAttrs = DGraph
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Constructs a directed 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: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {DGraph}}
name: Info
 dgraphWithAttrs
precedence: Info
 no precedence defined
result-values: Info
 {DGraph}
signature: Info
 String -> [(String, String)] -> [Node] -> [Edge] -> DotGraph
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms