module OGDF.EdgeElement (EdgeElement(..), IEdgeElement, upcastEdgeElement, downcastEdgeElement, edgeElement_index, edgeElement_source, edgeElement_target, edgeElement_succ, edgeElement_pred) where import OGDF.EdgeElement.RawType import OGDF.EdgeElement.Interface import OGDF.EdgeElement.Implementation