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

Safe HaskellSafe
LanguageHaskell98

Data.Core.Graph.NodeManager

Documentation

data NodeManager k Source

Instances

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