yaya: Total recursion schemes.
Recursion schemes allow you to separate recursion from your business logic – making your own operations simpler, more modular, and less error-prone. This library also provides tools for combining your operations in ways that reduce the number of passes over your data and is designed to encourage total (i.e., successfully terminating) functions.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- yaya-0.6.2.0.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.2.0.0, 0.2.1.0, 0.2.1.2, 0.3.0.0, 0.3.1.1, 0.3.1.2, 0.3.2.0, 0.4.1.0, 0.4.2.0, 0.4.2.1, 0.5.2.1, 0.6.0.0, 0.6.1.0, 0.6.2.0, 0.6.2.2, 0.6.2.3, 0.7.0.0 (info) |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.12.0 && <4.13 || >=4.13.0 && <4.14 || >=4.14.0 && <4.15 || >=4.15.0 && <4.16 || >=4.16.0 && <4.17 || >=4.17.0 && <4.18 || >=4.18.0 && <4.19 || >=4.19.0 && <4.20), comonad (>=5.0.7 && <5.1), either (>=5 && <5.1), foldable1-classes-compat (>=0.1 && <0.2), free (>=5.1.5 && <5.3), kan-extensions (>=5.2 && <5.3), lens (>=5 && <5.3), profunctors (>=5.5.2 && <5.7), strict (>=0.4 && <0.6), template-haskell (>=2.14.0 && <2.15 || >=2.15.0 && <2.16 || >=2.16.0 && <2.17 || >=2.17.0 && <2.18 || >=2.18.0 && <2.19 || >=2.19.0 && <2.20 || >=2.20.0 && <2.21 || >=2.21.0 && <2.22), th-abstraction (>=0.4.1 && <0.5 || >=0.6.0 && <0.7), transformers (>=0.5.5 && <0.6 || >=0.6.1 && <0.7) [details] |
| Tested with | ghc ==8.6.1 || ==8.8.1 || ==8.8.4 || ==8.10.1 || ==9.0.1 || ==9.2.1 || ==9.4.1 || ==9.4.8 || ==9.6.1 || ==9.8.1 |
| License | AGPL-3.0-or-later |
| Copyright | 2017 Greg Pfeil |
| Author | Greg Pfeil <greg@technomadic.org> |
| Maintainer | Greg Pfeil <greg@technomadic.org> |
| Uploaded | by sellout at 2024-04-03T14:56:05Z |
| Category | Recursion |
| Home page | https://github.com/sellout/yaya#readme |
| Bug tracker | https://github.com/sellout/yaya/issues |
| Source repo | head: git clone https://github.com/sellout/yaya |
| Distributions | LTSHaskell:0.6.2.3, Stackage:0.7.0.0 |
| Reverse Dependencies | 4 direct, 0 indirect [details] |
| Downloads | 4000 total (60 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-04-03 [all 1 reports] |