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