Description
A Haskell library for composable, streaming, and efficient left folds. It lets programs describe aggregations that can be combined and run over streams without storing all input at once.
Developers use it for statistics, parsers, importers, logs, and data pipelines. Streaming folds should handle empty input, early termination, and finalization clearly.