foldl-transduce: Transducers for foldl folds.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Stateful transducers and streaming-preserving grouping operations for the folds in the foldl package.


[Skip to Readme]

Properties

Versions 0.0.1, 0.1.0.0, 0.1.0.1, 0.1.2.0, 0.1.2.1, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.4.4.0, 0.4.5.0, 0.4.6.0, 0.4.7.0, 0.5.0.0, 0.5.1.0, 0.5.2.0, 0.6.0.0, 0.6.0.1
Change log CHANGELOG
Dependencies base (>=4 && <5), bifunctors (>=5 && <6), bytestring (>=0.9.2.1 && <0.11), comonad (>=4 && <5), containers (<0.6), foldl (>=1.1 && <2), semigroupoids (>=5.0), text (>=0.11.2.0 && <1.3), transformers (>=0.2.0.0 && <0.5) [details]
License BSD-3-Clause
Copyright 2015 Daniel Diaz
Author Daniel Diaz
Maintainer diaz_carrete@yahoo.com
Category Control
Bug tracker https://github.com/danidiaz/foldl-transduce/issues
Source repo head: git clone git@github.com:danidiaz/foldl-transduce.git
Uploaded by DanielDiazCarrete at 2015-08-26T22:22:07Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for foldl-transduce-0.1.2.1

[back to package description]

What's in this library?

Stateful transducers and streaming-preserving group operations for the folds in Gabriel Gonzalez's foldl package.

When to use this library?

Why use this library for grouping instead of pipes-group?

Grouping fold-side instead of producer-side has the advantage that, since the results are still Folds, you can combine them using Applicative.

Also, Folds can work with sources other than Producers from pipes.

Grouping fold-side has limitations as well: