micro-recursion-schemes: Simple recursion schemes

[ bsd3, control, library, recursion ] [ Propose Tags ]

This package provides the core functionality of recursion-schemes, but without odious dependencies on unneeded packages.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
template-haskell

Enable Template Haskell functionality

Enabled

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

  • No current members of group

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 5.0.2.1, 5.0.2.2
Change log CHANGELOG.markdown
Dependencies base (>=4.10 && <5), template-haskell (>=2.5.0.0 && <2.14), th-abstraction (>=0.2.4 && <0.3) [details]
License BSD-3-Clause
Copyright Copyright (C) 2008-2015 Edward A. Kmett, 2018 Vanessa McHale
Author Vanessa McHale, Edward A. Kmett
Maintainer vmchale@gmail.com
Revised Revision 1 made by phadej at 2019-05-03T17:58:40Z
Category Control, Recursion
Source repo head: git clone git://github.com/vmchale/micro-recursion-schemes.git
Uploaded by vmchale at 2018-05-14T02:36:34Z
Distributions
Reverse Dependencies 4 direct, 7 indirect [details]
Downloads 2161 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-14 [all 1 reports]

Readme for micro-recursion-schemes-5.0.2.2

[back to package description]

micro-recursion-schemes

Hackage Build Status

This is a fork of the recursion-schemes package that aims to have few dependencies and optionally no dependence on cpphs.