lazyio-applicative: LazyIO applicative for asymptotic performance

[ applicative, control, library, mit ] [ Propose Tags ]

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.

Modules

[Index] [Quick Jump]

Downloads

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

Package maintainers

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:16:28Z
Category Applicative, Control
Bug tracker https://github.com/Profunctorial/lazyio-applicative/issues
Source repo head: git clone https://github.com/Profunctorial/lazyio-applicative/.git
Uploaded by profunctorial at 2024-02-02T06:42:48Z
Distributions NixOS:0.1.0.3
Downloads 81 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-02-02 [all 1 reports]