graph-core-0.2.0.1: Fast, memory efficient and persistent graph implementation

Safe HaskellNone

Data.Graph.NodeManager

Documentation

data NodeManager k Source

Instances

Eq k => Eq (NodeManager k) 
Show k => Show (NodeManager k) 

hasKey :: (Eq k, Hashable k) => k -> NodeManager k -> BoolSource