package batteries

  1. Overview
  2. Docs
A community-maintained standard library extension

Install

Dune Dependency

Authors

Maintainers

Sources

v3.9.0.tar.gz
md5=ea26b5c72e6731e59d856626049cca4d
sha512=55975b62c26f6db77433a3ac31f97af609fc6789bb62ac38b267249c78fd44ff37fe81901f1cf560857b9493a6046dd37b0d1c0234c66bd59e52843aac3ce6cb

doc/batteries.unthreaded/BatHashcons/H/index.html

Module BatHashcons.HSource

Hashing utilities

Sourceval hc0_ : int -> int

hc0_ h corresponds to the hashcode of a first constructor applied to an object of hashcode h

Sourceval hc0 : 'a hobj -> int

hc0 ho is the hashcode of a first constructor applied to the hashed object ho

Sourceval hc1_ : int -> int -> int

hc1_ h k corresponds to the hashcode of the kth constructor applied to an object of hashcode h.

Sourceval hc1 : 'a hobj -> int -> int

hc1 ho k corresponds to the hashcode of the kth constructor applied to the hashed object ho.

OCaml

Innovation. Community. Security.