data-reify-0.3: Reify a recursive data structure into an explicit graph.

Portabilityghc
Stabilityunstable
MaintainerAndy Gill <andygill@ku.edu>

Data.Reify.Graph

Description

This is the shared definition of a Graph in Data.Reify.

Documentation

data Graph e Source

Constructors

Graph [(Unique, e Unique)] Unique 

Instances

(Functor e, Show (e Int)) => Show (Graph e)

If e is s Functor, and e is Show-able, then we can Show a Graph.