pipes-2.5.0: Compositional pipelines

The pipes package

"Iteratees done right". This library implements iteratees/enumerators/enumeratees simply and elegantly, using different naming conventions.

Advantages over traditional iteratee implementations:

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.

Properties

Versions1.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
Dependenciesbase (4.*), index-core, transformers (≥0.2.0.0)
LicenseBSD3
Copyright2012 Gabriel Gonzalez
AuthorGabriel Gonzalez
MaintainerGabriel439@gmail.com
StabilityExperimental
CategoryControl, Pipe, Proxies
Bug trackerhttps://github.com/Gabriel439/Haskell-Pipes-Library/issues
Source repositorygit clone https://github.com/Gabriel439/Haskell-Pipes-Library
Upload dateThu Nov 1 05:34:48 UTC 2012
Uploaded byGabrielGonzalez
Built onghc-7.6

Modules

Downloads