graph-wrapper-0.2.2: A wrapper around the standard Data.Graph with a less awkward interface

Data.Graph.Wrapper.Internal

Description

Exposes things that are considered to be too unstable for inclusion in the exports of Data.Graph.Wrapper.

Use of this module should be avoided as it will change frequently and changes to this module alone will not necessarily follow the Package Versioning Policy.

Synopsis

Documentation

data Graph i v Source

A directed graph

Instances

Functor (Graph i) 
Foldable (Graph i) 
Traversable (Graph i) 
(Ord i, Show i, Show v) => Show (Graph i v)