| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Graph.Types
Documentation
This is a Graph without the phantom type variable. Very few
functions work with this type.
All vertices in a Graph with matching type variable g.
Mutable vertices that have the same length as the vertices in a Graph.
This is used to safely implement algorithms that need to mark vertices
as they traverse a graph.
data MUVertices s g v Source #
This is more accurately thought of as a graph builder rather than a mutable graph. You can add vertices and edges, and you can delete edges, but you cannot delete vertices.