Skip to content

Releases: thierry-martinez/refl

v0.4.1

16 Nov 22:26
Compare
Choose a tag to compare

Compatibility with ppxlib.0.28.0

0.4.0

18 Feb 23:19
Compare
Choose a tag to compare

Port to OCaml 4.12

0.3.0

22 Sep 20:58
Compare
Choose a tag to compare
  • Port to ppxlib 0.16 / ocaml-migrate-parsetree 2.0.0

  • hide refl definitions from ocamldoc by parenthesizing them with documentation
    stoppers ((**/**)).

  • Fix: support type constructors with shadow type parameters inside type
    declarations where the type parameters are not shadow.

Release 0.2.1

17 Jul 00:38
Compare
Choose a tag to compare
  • Fix: make lazy values visitable again

v0.2.0

15 Jul 11:26
Compare
Choose a tag to compare
  • Add: Refl.hash provides an hash function for every comparable structure.

  • Fix: lazy structure were not annotated with `Lazy kind.

  • Fix: Kinds.all did not include `Poly.

0.1.0

11 May 06:29
Compare
Choose a tag to compare

First release!