Module Visualization/Graphviz/Graph
This module is undocumented. This is a list of its definitions. 
applyGraphProperty :: Graph -> Property -> <Proc> () 
  
newGraph :: [Property] -> <Proc> Graph 
  
newPrimitiveGraph :: <Proc> Graph 
  
setGenericProperty :: Graph -> String -> String -> <Proc> () 
  
setLabel :: Graph -> String -> <Proc> () 
  
setRankdir :: Graph -> String -> <Proc> () 
  
 |