lazyio-0.0.3.1: Run IO actions lazily while respecting their order

The lazyio package

Run IO actions lazily while respecting their order. Running a value of the LazyIO monad in the IO monad is like starting a thread which is however driven by its output. That is, the LazyIO action is only executed as far as necessary in order to provide the required data.

Properties

Versions0.0.1, 0.0.2, 0.0.3, 0.0.3.1, 0.0.3.2
Dependenciesbase (≥1.0 & <2), special-functors (1.0.*), transformers (≥0.2 & <0.4) or
base (≥2 & <5), transformers (≥0.2 & <0.4)
LicenseBSD3
AuthorHenning Thielemann <haskell@henning-thielemann.de>
MaintainerHenning Thielemann <haskell@henning-thielemann.de>
CategoryMonads, Control
Home pagehttp://www.haskell.org/haskellwiki/Lazy_IO
Source repositorydarcs get http://code.haskell.org/~thielema/lazyio/
Executablestest
Upload dateTue Apr 10 18:42:30 UTC 2012
Uploaded byHenningThielemann
Built onghc-7.4

Modules

Downloads