fgl-5.4.2.3: Martin Erwig's Functional Graph LibrarySource codeContentsIndex
Data.Graph.Inductive.PatriciaTree
Description

An efficient implementation of Graph using big-endian patricia tree (i.e. Data.IntMap).

This module provides the following specialised functions to gain more performance, using GHC's RULES pragma:

Documentation
data Gr a b Source
show/hide Instances
type UGr = Gr () ()Source
Produced by Haddock version 2.4.2