Conduit
From HaskellWiki
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)
