fgl-5.4.2.4: Martin Erwig's Functional Graph Library

Data.Graph.Inductive.Tree

Description

Tree-based implementation of Graph and DynGraph

Documentation

data Gr a b Source

Instances

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

type UGr = Gr () ()Source