https://github.com/jozefg/folds-common
A conglomeration of folds.
https://github.com/jozefg/folds-common
Last synced: 2 months ago
JSON representation
A conglomeration of folds.
- Host: GitHub
- URL: https://github.com/jozefg/folds-common
- Owner: jozefg
- License: mit
- Created: 2014-12-27T22:40:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T06:31:37.000Z (over 10 years ago)
- Last Synced: 2025-01-28T16:34:41.403Z (4 months ago)
- Language: Haskell
- Size: 242 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# folds-common
[![build status][build]][travis]
[![hackage badge][badge]][hackage]One nice thing about the [`foldl`][foldl] library is that it comes
with a "Batteries Included" suite of common folds to be used with its
combinators.This package ports a lot of those combinators to use the
[`folds`][folds] package. Since `foldl` only provides left folds,
this package provides many additional folds that take advantage of
the laziness and associativity of a lot of folding operations.[folds]: http://hackage.haskell.org/package/folds
[foldl]: http://hackage.haskell.org/package/foldl
[build]: https://travis-ci.org/jozefg/folds-common.svg?branch=master
[travis]: https://travis-ci.org/jozefg/folds-common
[badge]: https://img.shields.io/hackage/v/folds-common.svg
[hackage]: http://hackage.haskell.org/package/folds-common