Module type Base.Hashtbl_intf.Key_common

type t
include sig ... end
val compare : t ‑> t ‑> int
val hash : t ‑> int

Values returned by hash must be non-negative. An exception will be raised in the case that hash returns a negative value.