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