simple-conduit

A simple streaming I/O library based on monadic folds

http://github.com/jwiegley/simple-conduit

Latest on Hackage:0.6.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by John Wiegley
Maintained by [email protected]

simple-conduit follows a similar UI to the more capable conduit library, but reduces the scope of what it can solve down to what can be expressed by chaining monadic folds that allow for early termination. This allows for more predictable resource management behavior, at the cost of not allowing scenarios that conduit is better designed.