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
| Versions | 0.0.1, 0.0.2, 0.0.3, 0.0.3.1, 0.0.3.2 |
|---|---|
| Dependencies | base (≥1.0 & <2), special-functors (1.0.*), transformers (≥0.2 & <0.4) or base (≥2 & <5), transformers (≥0.2 & <0.4) |
| License | BSD3 |
| Author | Henning Thielemann <haskell@henning-thielemann.de> |
| Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
| Category | Monads, Control |
| Home page | http://www.haskell.org/haskellwiki/Lazy_IO |
| Source repository | darcs get http://code.haskell.org/~thielema/lazyio/ |
| Executables | test |
| Upload date | Tue Apr 10 18:42:30 UTC 2012 |
| Uploaded by | HenningThielemann |
| Built on | ghc-7.4 |
Modules
- System
Downloads
- lazyio-0.0.3.1.tar.gz (Cabal source package)
- package description (included in the package)