recursion: A recursion schemes library for Haskell.
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| development | Enable `-Werror` | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- recursion-2.2.4.1.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, 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.2.0.1, 1.2.1.0, 1.2.1.1, 1.2.2.0, 2.0.0.0, 2.1.0.0, 2.2.0.0, 2.2.0.1, 2.2.1.0, 2.2.2.0, 2.2.3.0, 2.2.4.0, 2.2.4.1, 2.2.4.2, 2.2.4.3, 2.2.4.4, 2.2.5.0 (info) |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.9 && <4.15), composition-prelude [details] |
| License | BSD-3-Clause |
| Copyright | Copyright: (c) 2018-2019 Vanessa McHale |
| Author | Vanessa McHale |
| Maintainer | vamchale@gmail.com |
| Revised | Revision 1 made by vmchale at 2020年09月01日T21:07:44Z |
| Category | Control, Recursion |
| Bug tracker | https://hub.darcs.net/vmchale/recursion/issues |
| Source repo | head: darcs get https://hub.darcs.net/vmchale/recursion |
| Uploaded | by vmchale at 2019年11月01日T20:33:31Z |
| Distributions | NixOS:2.2.5.0 |
| Reverse Dependencies | 5 direct, 7 indirect [details] |
| Downloads | 10843 total (85 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2019年11月01日 [all 1 reports] |
Readme for recursion-2.2.4.1
[back to package description]recursion
This is a loose fork of Edward Kmett's recursion-schemes library.
It also provides monadic versions of several common recursion schemes.