Conduit
From HaskellWiki
(Difference between revisions)
(→Links: Added a link to wai) |
m (→Links) |
||
| Line 9: | Line 9: | ||
== Links == | == Links == | ||
| - | * [http://www.yesodweb.com/book/ | + | * [http://www.yesodweb.com/book/conduits An explanation of conduits] |
* [http://hackage.haskell.org/package/conduit The conduit package] | * [http://hackage.haskell.org/package/conduit The conduit package] | ||
Current revision
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
1 Links
- An example program (Beginners mailing list)
- wai, a package that uses the conduit package
