@hackage foldl1.0.2
Composable, streaming, and efficient left folds
Categories
License
BSD-3-Clause
Maintainer
Gabriel439@gmail.com
Links
Versions
Installation
Dependencies (5)
Dependents (151)
@hackage/box, @hackage/cabal-scaffold, @hackage/tex-join-bib, @hackage/online, @hackage/web-rep, @hackage/haskell-overridez, Show all…
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.