Module Visualization/Graphviz/AbstractTypes
This module is undocumented. This is a list of its definitions.
iGraph :: IGraph a => a -> IGraph
The container that nodes, edges and subgraphs can be added to.
identifiable :: Identifiable a => a -> Identifiable
The endpoint that an edge can be attached to.
|