package ppx_hash

  1. Overview
  2. Docs
A ppx rewriter that generates hash functions from type expressions and definitions

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_hash-v0.12.0.tar.gz
md5=5d88c8b94270a83e218b4d986b7cd79b

CHANGES.md.html

v0.10

  • Fixed [@@deriving hash] on nested tuples

  • Added @compare.ignore record-field attribute; ppx_compare and ppx_hash skip record fields annotated with @compare.ignore.

  • Changed [@@deriving hash] and [%hash] on atomic types to use hash rather than hash_fold. E.g. [%hash: M.t] now expands to M.hash.

  • Renamed @hash.no_hashing to @hash.ignore.

  • Depend on ppxlib instead of (now deprecated) ppx_core, ppx_driver and ppx_metaquot.