Module Visualization/Graphviz/Edge
This module is undocumented. This is a list of its definitions. 
applyEdgeProperty :: Edge -> Property -> <Proc> () 
  
newEdge :: Identifiable a => Identifiable b => a -> b -> [Property] -> <Proc> Edge 
  
newPrimitiveEdge :: Identifiable -> Identifiable -> <Proc> Edge 
  
setGenericProperty :: Edge -> String -> String -> <Proc> () 
  
setLabel :: Edge -> String -> <Proc> () 
  
 |