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