packages feed

recursion-1.2.1.0: CHANGELOG.md

# recursion

## 1.2.1.0

* Add `chema`, `scolio`, and `dendro`

## 1.2.0.1

* Patch export of `cata`/`ana`

## 1.2.0.0

* Remove `chema`
* Add rewrite rules for `cata`/`ana`.

## 1.1.0.0

* Add `NonEmptyF` and relevant instances
* Add `chema` for mutual recursion
* Drop support for GHC 7.10.3

## 1.0.0.0

* Rewrite completely in the style of `recursion-schemes`, making type inference
better.

## 0.1.1.0

* Add `dicata`
* Add `Mu`
* Add `Nu`
* Move `cata` and `ana` to typeclasses so that they can be shortcut

## 0.1.0.1

* Expose  `ListF` & constructors

## 0.1.0.0

* Initial release