The pipes package
"Coroutines done right". This library generalizes iteratees and coroutines simply and elegantly.
Advantages over traditional iteratee/coroutine implementations:
Concise API: Use three simple commands: (>->), request, and respond
Bidirectionality: Implement duplex channels
Blazing fast: Implementation tuned for speed
Elegant semantics: Use practical category theory
Extension Framework: Mix and match extensions and create your own
ListT: Correct implementation of ListT that interconverts with pipes
Lightweight Dependency: pipes depends only on transformers and compiles rapidly
Extensive Documentation: Second to none!
Import Control.Proxy to use the library.
Read Control.Proxy.Tutorial for a really extensive tutorial.
Properties
| Versions | 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 |
|---|---|
| Dependencies | base (4.*), mmorph (≥1.0.0 & <1.1), transformers (≥0.2.0.0 & <0.4) |
| License | BSD3 |
| Copyright | 2012, 2013 Gabriel Gonzalez |
| Author | Gabriel Gonzalez |
| Maintainer | Gabriel439@gmail.com |
| Category | Control, Pipes, Proxies |
| Bug tracker | https://github.com/Gabriel439/Haskell-Pipes-Library/issues |
| Source repository | git clone https://github.com/Gabriel439/Haskell-Pipes-Library |
| Upload date | Fri Mar 22 01:00:38 UTC 2013 |
| Uploaded by | GabrielGonzalez |
| Built on | ghc-7.6 |
Modules
Downloads
- pipes-3.2.0.tar.gz (Cabal source package)
- package description (included in the package)