The latest version of pipes is 4.3.16-6.

pipes

Version 3.1.0 revision 1 uploaded by phadej.

Package meta

Synopsis
Compositional pipelines
Description

"Coroutines done right". This library generalizes iteratees/enumerators/enumeratees 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

  • 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.

Author
Gabriel Gonzalez
Bug reports
https://github.com/Gabriel439/Haskell-Pipes-Library/issues
Category
Control, Pipes, Proxies
Copyright
2012, 2013 Gabriel Gonzalez
Homepage
n/a
Maintainer
Gabriel439@gmail.com
Package URL
n/a
Stability
n/a

Components