package refl

  1. Overview
  2. Docs
PPX deriver for reflection

Install

Dune Dependency

Authors

Maintainers

Sources

refl.0.4.1.tar.gz
sha512=d34dc88a84fdeecc7148fd148e99cb92a8c36770ada1b5bcd31e4965b16b671cfb921535c4ad09510b54d9e04857928bde40ac7e0d10b58ae12fc8bbeef25cb8

CHANGES.md.html

v0.4.1 - 2022-11-16

  • Compatibility with ppxlib 0.26

v0.4.0 - 2021-02-19

  • Port to OCaml 4.12

v0.3.0 - 2020-09-22

  • 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.

v0.2.1 - 2020-07-16

  • Fix: make lazy values visitable again

v0.2.0 - 2020-07-15

  • 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.

v0.1.0 - 2020-05-11

Initial release