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

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), comonad (>=4.0 && <6), containers (<0.6), mwc-random (>=0.13.1.0 && <0.14), primitive (<0.7), profunctors (<5.3), text (>=0.11.2.0 && <1.3), transformers (>=0.2.0.0 && <0.5), vector (>=0.7 && <0.12) [details]
License BSD-3-Clause
Copyright 2013 Gabriel Gonzalez
Author Gabriel Gonzalez
Maintainer Gabriel439@gmail.com
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 2016-03-12T20:02:04Z
Distributions Arch:1.4.15, Debian:1.4.6, Fedora:1.4.15, LTSHaskell:1.4.16, NixOS:1.4.16, Stackage:1.4.16, openSUSE:1.4.15
Reverse Dependencies 115 direct, 4331 indirect [details]
Downloads 76182 total (514 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 2016-03-12 [all 1 reports]