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, 0.0.3, 0.0.3.1, 0.0.3.2, 0.0.3.3, 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4 |
---|---|
Dependencies | base (>=1.0 && <5), special-functors (==1.0.*), transformers (>=0.2 && <0.4) [details] |
License | BSD-3-Clause |
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 repo | head: darcs get http://code.haskell.org/~thielema/lazyio/ this: darcs get http://code.haskell.org/~thielema/lazyio/ --tag 0.0.3.1 |
Uploaded | by HenningThielemann at Tue Apr 10 18:42:30 UTC 2012 |
Distributions | LTSHaskell:0.1.0.4, NixOS:0.1.0.4, Stackage:0.1.0.4, openSUSE:0.1.0.4 |
Executables | test |
Downloads | 3333 total (27 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] Hackage Matrix CI |
Flags
Name | Description | Default | Type |
---|---|---|---|
splitbase | Choose the new smaller, split-up base package. | Enabled | Automatic |
buildtests | Build test executables | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- lazyio-0.0.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)