foldl: Composable, streaming, and efficient left folds

[ bsd3, control, library ] [ Propose Tags ]

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.

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.7, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8, 1.4.9, 1.4.10, 1.4.11, 1.4.12, 1.4.13, 1.4.14, 1.4.15, 1.4.16
Dependencies base (>=4.5 && <5), bytestring (>=0.9.2.1 && <0.11), containers (<0.6), primitive (<0.6), text (>=0.11.2.0 && <1.3), transformers (>=0.2.0.0 && <0.5), vector (>=0.7 && <0.11) [details]
License BSD-3-Clause
Copyright 2013 Gabriel Gonzalez
Author Gabriel Gonzalez
Maintainer Gabriel439@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2016-01-22T21:12:14Z
Category Control
Bug tracker https://github.com/Gabriel439/Haskell-Foldl-Library/issues
Source repo head: git clone https://github.com/Gabriel439/Haskell-Foldl-Library
Uploaded by GabrielGonzalez at 2015-03-18T23:55:36Z
Distributions Arch:1.4.15, Debian:1.4.6, Fedora:1.4.15, LTSHaskell:1.4.16, NixOS:1.4.15, Stackage:1.4.16, openSUSE:1.4.15
Reverse Dependencies 115 direct, 4328 indirect [details]
Downloads 75851 total (499 in the last 30 days)
Rating 2.5 (votes: 6) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-19 [all 1 reports]