Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
graph_newNode :: Graph -> IO NodeElement Source #
graph_newEdge :: (INodeElement c1, FPtr c1, INodeElement c0, FPtr c0) => Graph -> c0 -> c1 -> IO EdgeElement Source #
graph_firstNode :: Graph -> IO NodeElement Source #
graph_lastNode :: Graph -> IO NodeElement Source #
graph_firstEdge :: Graph -> IO EdgeElement Source #
graph_lastEdge :: Graph -> IO EdgeElement Source #