package ppx_hash

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ppx_hash-v0.15.0.tar.gz
sha256=45bb666a0f93aab5bc120126c4c7d4081d611c64969606799248b2d8418d1711

doc/ppx_hash.runtime-lib/Ppx_hash_lib/Hashable/module-type-S3/index.html

Module type Hashable.S3Source

type ('a, 'b, 'c) t
val hash_fold_t : (Base.Hash.state -> 'a -> Base.Hash.state) -> (Base.Hash.state -> 'b -> Base.Hash.state) -> (Base.Hash.state -> 'c -> Base.Hash.state) -> Base.Hash.state -> ('a, 'b, 'c) t -> Base.Hash.state