Description
A Haskell library with abstractions over deferred folds. It helps developers describe fold-based data processing in a way that can be composed and executed later.
Developers use it in streaming, aggregation, query-like workflows, and performance-oriented data processing. Deferred folds should be tested with empty, large, and failing inputs so finalization behaves correctly.