./devel/hs-foldl, Composable, streaming, and efficient left folds

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.15nb1, Package name: hs-foldl-1.4.15nb1, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 23.876 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-30 08:54:42 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-foldl: Update to 1.4.15

No change log is provided by the upstream.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-26 17:17:31 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-foldl: Update to 1.4.14

1.4.14
* Add Control.Foldl.NonEmpty.nonEmpty
* Add Control.Foldl.NonEmpty.toFold
* Generalize fold1 to work with Foldable1

1.4.13
* New "Control.Foldl.NonEmpty" module for folding non-empty containers
   2022-08-22 12:15:40 by Thomas Klausner | Files touched by this commit (2)
Log message:
hs-foldl: allow building with hs-vector 0.14
   2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211)
Log message:
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-16 10:45:28 by Masatake Daimon | Files touched by this commit (6)
Log message:
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.