fgl-5.5.2.2: Martin Erwig's Functional Graph Library

Safe HaskellSafe-Inferred
LanguageHaskell98

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, Ord b) => Eq (Gr a b) 
(Read a, Read b) => Read (Gr a b) 
(Show a, Show b) => Show (Gr a b) 
Generic (Gr a b) 
(NFData a, NFData b) => NFData (Gr a b) 
type Rep (Gr a b) 

type UGr = Gr () () Source