edges-0.11.0.3: 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.