Module Hashtbl_common_interface

module Hashtbl_common_interface: sig .. end
Wrapper for Hashtbl compatible with all OCaml versions.

module type S = sig .. end
module Make: 
functor (H : Hashtbl.HashedType) -> S with type key = H.t
val hash : 'a -> int
val hash_param : int -> int -> 'a -> int