fgl-5.5.0.0: Martin Erwig's Functional Graph Library

Safe HaskellSafe-Inferred

Data.Graph.Inductive.Tree

Description

Tree-based implementation of Graph and DynGraph

You will probably have better performance using the Data.Graph.Inductive.PatriciaTree implementation instead.

Documentation

data Gr a b Source

Instances

DynGraph Gr 
Graph Gr 
(Eq a, Eq b) => Eq (Gr a b) 
(Read a, Read b) => Read (Gr a b) 
(Show a, Show b) => Show (Gr a b) 

type UGr = Gr () ()Source