@hackage lazy-io-streams0.1.0.0

Get lazy with your io-streams

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      ltclifton@gmail.com

    • Versions

    A library to do naughty things with io-streams.

    It let's you:

    • convert InputStreams to lazy lists
    • build lazy lists by feeding an OutputStream
    • convert InputStream ByteStrings to lazy ByteStrings

    This can be handy when you are interfacing with other libraries that do the right thing in the presence of lazy IO, but don't provide an io-streams interface. Of course, the correct solution is to contribute the io-streams interface.