Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype NodeElement Source #
Instances
class IDeletable a => INodeElement a Source #
Instances
upcastNodeElement :: forall a. (FPtr a, INodeElement a) => a -> NodeElement Source #
downcastNodeElement :: forall a. (FPtr a, INodeElement a) => NodeElement -> a Source #
nodeElement_index :: NodeElement -> IO CInt Source #
nodeElement_indeg :: NodeElement -> IO CInt Source #
nodeElement_outdeg :: NodeElement -> IO CInt Source #
nodeElement_degree :: NodeElement -> IO CInt Source #