edges-0.9.0.2: Tools for efficient immutable graphs

Safe HaskellNone
LanguageHaskell2010

Edges.Potoki.Produces

Synopsis

Documentation

nodes :: Amount a -> Produce (Node a) Source #

Enumerate nodes.

nodeCounts :: Amount a -> (Node a -> NodeCounts b) -> Produce (Node a, NodeCounts b) Source #

Node counts paired with the source nodes.