lazyio: Run IO actions lazily while respecting their order
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.
| Versions | 0.0.1, 0.0.2 |
|---|---|
| Dependencies | base (>=1.0 && <2), special-functors (>=1.0 && <1.1), transformers (>=0.0 && <0.2) or base (>=2), transformers (>=0.0 && <0.2) |
| 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 | Sun Jan 11 01:43:34 UTC 2009 |
| Uploaded by | HenningThielemann |
| Built on | ghc-6.10, ghc-6.12 |
| Distributions | Arch: 0.0.2 |
Modules
- System
Downloads
- lazyio-0.0.2.tar.gz (Cabal source package)
- package description (included in the package)
