Module type SeededHashedType
= sigend
The input signature of the functor Hashtbl.MakeSeeded .
Since 4.00
typet
The type of the hashtable keys.
valequal : t->t->bool
The equality predicate used to compare keys.
valseeded_hash : int->t->int
A seeded hashing function on keys. The first argument is the seed. It must be the case that if equalxy is true, then seeded_hashseedx=seeded_hashseedy for any value of seed . A suitable choice for
seeded_hash is the function Hashtbl.seeded_hash below.
OCamldoc 2025-06-12 Hashtbl.SeededHashedType(3o)