lazyio-applicative: LazyIO applicative for asymptotic performance
Producing data structures lazily is builtin pure haskell, but the IO monad is strict meaning Functor and Applicative have wildy different asymptotics (for IO). Using lazy IO allows effectful mappings WITH lazy streaming. LazyIO actions are expected to be commutative up to correctness.
Downloads
- lazyio-applicative-0.1.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3 |
---|---|
Dependencies | base (>=4.10 && <5) [details] |
License | MIT |
Author | Profunctorial |
Maintainer | profunctorial@protonmail.com |
Category | Control, Applicative |
Bug tracker | https://github.com/Profunctorial/lazyio-applicative/issues |
Source repo | head: git clone https://github.com/Profunctorial/lazyio-applicative/ |
Uploaded | by profunctorial at 2024-02-02T07:31:11Z |
Distributions | NixOS:0.1.0.3 |
Downloads | 148 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |