indexation-0.8: Tools for entity indexation

Safe HaskellNone
LanguageHaskell2010

Indexation.Potoki.Produce

Synopsis

Documentation

counts :: IndexCounts a -> Produce Word32 Source #

Counts in the index-order.

indexedCounts :: IndexCounts a -> Produce (Int, Word32) Source #

Counts in the index-order paired with their indices.

indices :: IndexSet a -> Produce (Index a) Source #

Indices, which are present in the set.