Module Hashtbl


module Hashtbl: sig .. end

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