pkgsrc/devel/hs-foldl/DESCR
pho cba3e10da4 devel/hs-foldl: import hs-foldl-1.4.12
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.
2022-02-16 09:45:28 +00:00

4 lines
246 B
Text

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.