module OGDF.Graph
       (Graph(..), IGraph, upcastGraph, downcastGraph, newGraph,
        graph_newNode, newNode1, graph_newEdge, graph_firstNode,
        graph_lastNode, graph_firstEdge, graph_lastEdge)
       where
import OGDF.Graph.RawType
import OGDF.Graph.Interface
import OGDF.Graph.Implementation