pipes: Compositional pipelines
"Iteratees done right". This library implements iteratees/enumerators/enumeratees simply and elegantly, using different naming conventions.
Advantages over traditional iteratee implementations:
Concise API: This library uses a few simple abstractions with a very high power-to-weight ratio to reduce adoption time.
Bidirectionality: The library offers bidirectional communication
Blazing fast: Currently the fastest iteratee implementation
Clear semantics: All abstractions are grounded in category theory, which leads to intuitive behavior (and fewer bugs, if any!).
Extension Framework: You can elegantly mix and match extensions to the base type and easily create your own!
Extensive Documentation: Second to none!
I recommend you begin by reading Control.Pipe.Tutorial which introduces the
basic concepts using the simpler unidirectional Pipe
API. Then move on to
Control.Proxy.Tutorial, which introduces the Proxy
type which forms the
core abstraction of this library. To use extensions or define your own, check
out Control.Proxy.Trans.Tutorial.
I will soon replace Control.Frame with a superior resource-management solution, so new users of the library should avoid using it.
Modules
[Index]
Downloads
- pipes-2.5.0.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, 1.0.1, 1.0.2, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 3.0.0, 3.1.0, 3.2.0, 3.3.0, 4.0.0, 4.0.1, 4.0.2, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6, 4.1.7, 4.1.8, 4.1.9, 4.2.0, 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.3.5, 4.3.6, 4.3.7, 4.3.8, 4.3.9, 4.3.10, 4.3.11, 4.3.12, 4.3.13, 4.3.14, 4.3.15, 4.3.16 |
---|---|
Dependencies | base (>=4 && <5), index-core, transformers (>=0.2.0.0) [details] |
Tested with | ghc ==7.4.1 |
License | BSD-3-Clause |
Copyright | 2012 Gabriel Gonzalez |
Author | Gabriel Gonzalez |
Maintainer | Gabriel439@gmail.com |
Revised | Revision 1 made by phadej at 2016-05-31T13:43:50Z |
Category | Control, Pipe, Proxies |
Bug tracker | https://github.com/Gabriel439/Haskell-Pipes-Library/issues |
Source repo | head: git clone https://github.com/Gabriel439/Haskell-Pipes-Library |
Uploaded | by GabrielGonzalez at 2012-11-01T05:34:48Z |
Distributions | Arch:4.3.16, Debian:4.3.14, Fedora:4.3.16, LTSHaskell:4.3.16, NixOS:4.3.16, Stackage:4.3.16 |
Reverse Dependencies | 188 direct, 172 indirect [details] |
Downloads | 105620 total (294 in the last 30 days) |
Rating | 2.75 (votes: 10) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-06-04 [all 1 reports] |