foldl

Composable, streaming, and efficient left folds

Version on this page:1.0.7@rev:1
LTS Haskell 22.17:1.4.16
Stackage Nightly 2024-04-19:1.4.16
Latest on Hackage:1.4.16

See all snapshots foldl appears in

BSD-3-Clause licensed by Gabriel Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:foldl-1.0.7@sha256:00f694d3c7be565194e9404f4ff8014a2b005866ed70311c869377b2668cceec,1309

Module documentation for 1.0.7

This library provides strict left folds that stream in constant memory, and you can combine folds using Applicative style to derive new folds. Derived folds still traverse the container just once and are often as efficient as hand-written folds.