Module Stdune.Hashtbl

module type S = sig ... end
module Make (Key : sig ... end) : S with type key = Key.t
val hash : 'a -> int