package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.10.0

Install

Dune Dependency

Authors

Maintainers

Sources

4.10.0.tar.gz
sha256=58bae0f0a79daf86ec755a173e593fef4ef588f15c6185993af88ceb9722bc39

doc/stdlib/Stdlib/Ephemeron/Kn/MakeSeeded/argument-1-H/index.html

Parameter MakeSeeded.H

type t

The type of the hashtable keys.

val equal : t -> t -> bool

The equality predicate used to compare keys.

val hash : int -> t -> int

A seeded hashing function on keys. The first argument is the seed. It must be the case that if equal x y is true, then hash seed x = hash seed y for any value of seed. A suitable choice for hash is the function Hashtbl.seeded_hash below.

OCaml

Innovation. Community. Security.