package ppx_deriving_hash

  1. Overview
  2. Docs
[@@deriving hash]

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ppx_deriving_hash-0.1.4.tbz
sha256=e44633f43c007455be2a613ef41fa24e9b01bc727db0cb770e16a6833ea82d45
sha512=9abecceb408608c15f601cc99a83412f507dabc7d719f8f3735ee5e7c20c21fa788e0e4d6230a963ae716c61533af0f1aef32b3242ef3b453f130c3ece23465f

doc/CHANGELOG.html

0.1.4

  • Fix expressions not allowed in let rec using eta-expansion (#7).
  • Optimize syntactic function arity on OCaml >= 5.2 (#7).
  • Use Ppxlib.really_recursive for implementation (#8).
  • Fix missing locations due to default_loc.
  • Mark locations as loc_ghost.
  • Add tests (#7).

0.1.3

  • Add lazy support (#5).
  • Migrate to OCaml 5.2 AST for ppxlib 0.36.0 (#6).

0.1.2

  • Add inline record support (#1).
  • Add float support (#2).
  • Add ref support (#3).
  • Add array support (#4).

0.1.1

  • Fix compatibility with OCaml 4.05, 4.06 and 4.07.

0.1.0

Initial release.