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 |
|---|---|
| Dependencies | base (≥1.0 & <2), mtl (1.1.*), special-functors (1.0.*) or base (≥2), mtl (1.1.*) |
| 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/ |
| Upload date | Sun Jan 4 22:55:22 UTC 2009 |
| Uploaded by | HenningThielemann |
| Built on | ghc-6.10, ghc-6.12 |
Modules
- System
Downloads
- lazyio-0.0.1.tar.gz (Cabal source package)
- package description (included in the package)