Safe Haskell | None |
---|---|
Language | Haskell98 |
Static IOArray-based Graphs
Synopsis
Graph Representation
Instances
GraphM (ST s) (SGr s) Source # | |
Defined in Data.Graph.Inductive.Monad.STArray emptyM :: ST s (SGr s a b) Source # isEmptyM :: ST s (SGr s a b) -> ST s Bool Source # matchM :: Node -> ST s (SGr s a b) -> ST s (Decomp (SGr s) a b) Source # mkGraphM :: [LNode a] -> [LEdge b] -> ST s (SGr s a b) Source # labNodesM :: ST s (SGr s a b) -> ST s [LNode a] Source # matchAnyM :: ST s (SGr s a b) -> ST s (GDecomp (SGr s) a b) Source # noNodesM :: ST s (SGr s a b) -> ST s Int Source # nodeRangeM :: ST s (SGr s a b) -> ST s (Node, Node) Source # | |
(Show a, Show b) => Show (SGr RealWorld a b) Source # | Please not that this instance is unsafe. |