recursion: A recursion schemes library for Haskell.

[ bsd3, control, recursion ] [ Propose Tags ]

A performant recursion schemes library for Haskell with minimal dependencies


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

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 && <5), composition-prelude [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018-2021 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
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 2021-09-12T13:48:36Z
Distributions NixOS:2.2.5.0
Reverse Dependencies 5 direct, 7 indirect [details]
Downloads 10007 total (64 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 2021-09-12 [all 1 reports]

Readme for recursion-2.2.5.0

[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.