Changelog of @hackage/monadic-recursion-schemes 0.1.13.2

Revision history for monadic-recursion-schemes

0.1.11.0 -- 2020-05-21

  • add gcataM' which is gcataM variant correspond to recursion-schemes gcata.

0.1.10.0 -- 2020-05-21

  • add new member gcataM which is a generalized morphism of catamorphism.

0.1.9.1 -- 2020-05-17

  • no warning at build time.

0.1.9.0 -- 2020-05-16

  • add iterateM (as dual of cascadeM)

0.1.8.0 -- 2020-05-16

  • add cascadeM (a.k.a. supermap).

0.1.7.0 -- 2020-05-15

  • refine mutuM and comutuM. These have correct type signature.

0.1.6.1 -- 2020-05-15

  • bugfix: export preproM and postproM.

0.1.6.0 -- 2020-05-15

  • add preproM and postproM.

0.1.5.0 -- 2020-05-14

  • add mutuM and comutuM with the other variant, which has not the same type signature.

0.1.4.2 -- 2020-05-14

  • add comment.

0.1.4.1 -- 2020-05-14

  • add alternative for dynaM and codynaM.

0.1.4.0 -- 2020-05-14

  • add dynaM, codynaM and dynaM' the recursive variant.

0.1.3.4 -- 2020-05-13

  • add type signature for hyloM' and chronoM.

0.1.3.3 -- 2020-05-13

  • added comment

0.1.3.2 -- 2020-05-13

  • export the variants for hyloM and metaM.

0.1.3.1 -- 2020-05-13

  • added comment

0.1.3.0 -- 2020-05-13

  • added chronoM, cochronoM and the variants.

0.1.2.0 -- 2020-05-12

  • added hyloM, metaM and the variants.

0.1.1.0 -- 2020-05-11

  • added histoM, futuM and the variants.

0.1.0.0 -- 2020-05-11

  • First version. Released on an unsuspecting world.