package ppx_deriving_hash

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.