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.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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 |
Revised | Revision 1 made by profunctorial at 2024-02-08T18:15:50Z |
Category | Applicative, Control |
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-02T06:47:21Z |
Distributions | NixOS:0.1.0.3 |
Downloads | 162 total (5 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] |