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.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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 && <5), bytestring (>=0.9.2.1 && <0.11), text (>=0.11.2.0 && <1.1) [details] |
| License | BSD-3-Clause |
| Copyright | 2013 Gabriel Gonzalez |
| Author | Gabriel Gonzalez |
| Maintainer | Gabriel439@gmail.com |
| Uploaded | by GabrielGonzalez at 2013-12-30T22:42:48Z |
| Category | Control |
| Bug tracker | https://github.com/Gabriel439/Haskell-Foldl-Library/issues |
| Source repo | head: git clone https://github.com/Gabriel439/Haskell-Foldl-Library |
| Distributions | Arch:1.4.18, Fedora:1.4.18, LTSHaskell:1.4.18, Stackage:1.4.18 |
| Reverse Dependencies | 122 direct, 4860 indirect [details] |
| Downloads | 84517 total (103 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] |