recursion: A recursion schemes library for GHC.

[ 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

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, 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 vanessa.mchale@iohk.io
Revised Revision 1 made by vmchale at 2020-09-01T21:07:31Z
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-02-28T15:02:06Z
Distributions NixOS:2.2.5.0
Reverse Dependencies 5 direct, 7 indirect [details]
Downloads 10033 total (67 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-02-28 [all 1 reports]

Readme for recursion-2.2.3.0

[back to package description]

recursion

This is heavily inspired by Edward Kmett's recursion-schemes library, and some code is drawn from it. As such, you will find it suitable most places that recusion-schemes is.

It also provides monadic versions of several common recursion schemes.