foldl: Composable, streaming, and efficient left folds
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
- foldl-1.0.6.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
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, 1.4.17, 1.4.18 |
---|---|
Dependencies | base (>=4.4 && <5), bytestring (>=0.9.2.1 && <0.11), containers (<0.6), primitive (<0.6), text (>=0.11.2.0 && <1.2), 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:11:24Z |
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 2014-08-28T10:46:41Z |
Distributions | Arch:1.4.17, Debian:1.4.6, Fedora:1.4.16, LTSHaskell:1.4.18, NixOS:1.4.17, Stackage:1.4.18, openSUSE:1.4.18 |
Reverse Dependencies | 120 direct, 4508 indirect [details] |
Downloads | 81778 total (63 in the last 30 days) |
Rating | 2.5 (votes: 6) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |