Conduit
From HaskellWiki
(Difference between revisions)
(Added a link to an example program) |
(→Links: Added a link to "Conduits vs. Pipes") |
||
| Line 16: | Line 16: | ||
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:conduit Packages on Hackage in the conduit category] | * [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:conduit Packages on Hackage in the conduit category] | ||
| - | * [http://www.yesodweb.com/blog/2012/03/more-powerful-conduit A More Powerful Conduit] | + | * [http://twanvl.nl/blog/haskell/conduits-vs-pipes Conduits vs. Pipes] (blog article) |
| + | |||
| + | * [http://www.yesodweb.com/blog/2012/03/more-powerful-conduit A More Powerful Conduit] (blog article) | ||
Revision as of 12:27, 30 March 2012
This article is a stub. You can help by expanding it.
Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators/iterators
Links
- An example program (Beginners mailing list)
- Conduits vs. Pipes (blog article)
- A More Powerful Conduit (blog article)
