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

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Core.Graph.NodeManager

Documentation

data NodeManager k Source

Instances

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

type Node = Int Source

type NodeMap v = IntMap v Source

keys :: NodeManager k -> [k] Source

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

toList :: NodeManager k -> [(k, Node)] Source