CurryInfo: graphviz-3.0.0 / Data.GraphViz.showDotGraph

definition: Info
 
showDotGraph :: DotGraph -> String
showDotGraph (DGraph name attrs nodes edges) =
  "digraph \"" ++ name ++ "\"" ++ graphbody2dot True attrs nodes edges
showDotGraph (UGraph name attrs nodes edges) =
  "graph \"" ++ name ++ "\"" ++ graphbody2dot False attrs nodes edges
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
---------------------------------------------------------------------------
Shows a Dot graph as a string of the DOT language.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({DGraph}) |-> _ || ({UGraph}) |-> _}
name: Info
 showDotGraph
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 DotGraph -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term