Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.Bolt.Extras.Graph
Documentation
Graph
contains vertices, that are parameterized by some type n
, and relations,
that parameterized by pair of type n
. This pair represents vertices, that are connected with this relation.
Constructors
Graph | |
Fields
|
emptyGraph :: Ord n => Graph n a b Source #
Creates empty graph.