package batteries

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.6.0.tar.gz
md5=1bcb27dfbd130eb057561196ef851649
sha512=2a56611b09a5f1cba6457539f8b6bc87a5f2a5454b36cdb39f6e0d6a5dac6db179aab1ba87c74dd49cc41df31a9a96feb349028ea41df7371ecb47f4d9dfafc4

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

Module BatHashcons.H

Hashing utilities

val hc0_ : int -> int

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

val hc0 : 'a hobj -> int

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

val hc1_ : int -> int -> int

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

val 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.