@hackage lazyio0.1
Run IO actions lazily while respecting their order
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Dependencies (4)
- base >=1.0 && <2
- special-functors >=1.0 && <1.1
- transformers >=0.2 && <0.4
- unsafe >=0.0 && <0.1 Show all…
Dependents (4)
@hackage/acme-everything, @hackage/set-cover, @hackage/lapack, @hackage/http-monad
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base package.
buildtests
(off by default)
Build test executables
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.