yaya-unsafe: Non-total extensions to the Yaya recursion scheme library.
Yaya is designed as a _total_ library. However, it is often expedient to use partial operations in some cases, and this package extends Yaya to provide those operations. It’s in a separate package (and modules) in order to make sure its use is very intentional and also relatively obvious to those reading your code. It’s recommended that you import these modules qualified and, in particular, all the type class instances here have been pulled into a separate module to avoid accidentally bringing them into scope.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| noisy-deprecations | Prior to GHC 9.10, the | Enabled |
| verify-no-recursion | Compile with NoRecursion enabled. This is intended for developers of this package. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- yaya-unsafe-0.5.0.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.1.1.0, 0.1.1.2, 0.2.0.0, 0.2.0.1, 0.3.3.0, 0.3.3.1, 0.4.0.0, 0.4.1.0, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.4.1.4, 0.5.0.0 (info) |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=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 || >=4.20.0 && <4.21 || >=4.21.0 && <4.22 || >=4.22.0 && <4.23), comonad (>=5.0.7 && <5.1), free (>=5.1.5 && <5.3), lens (>=5 && <5.4), yaya (>=0.5.1 && <0.6 || >=0.6.0 && <0.7 || >=0.7.0 && <0.8) [details] |
| Tested with | ghc ==8.8.1 || ==8.10.1 || ==9.0.1 || ==9.2.1 || ==9.4.1 || ==9.4.8 || ==9.6.1 || ==9.6.7 || ==9.8.1 || ==9.8.4 || ==9.10.1 || ==9.10.2 || ==9.10.3 || ==9.12.1 || ==9.12.2 || ==9.14.1 |
| License | (AGPL-3.0-only WITH Universal-FOSS-exception-1.0 OR LicenseRef-commercial)[multiple license files] |
| Copyright | 2017 Greg Pfeil |
| Author | Greg Pfeil <greg@technomadic.org> |
| Maintainer | Greg Pfeil <greg@technomadic.org> |
| Uploaded | by sellout at 2026-01-18T20:44:38Z |
| 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.git(unsafe) this: git clone https://github.com/sellout/yaya.git(tag v4.0.0)(unsafe) |
| Distributions | LTSHaskell:0.4.1.4, NixOS:0.4.1.4, Stackage:0.5.0.0 |
| Downloads | 2407 total (47 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-01-18 [all 1 reports] |