Functor Hashable.Make_binable


module Make_binable: 
functor (T : sig
include Hashtbl.HashedType
include Binable.S
end) -> sig .. end
Parameters:
T : sig include Hashtbl.HashedType include Binable.S with type binable = t end

module Table: Hashtbl.Make_binable(T)
include T
type hashable = t 
module Hash_set: Hash_set.Make_binable(T)
module Hash_queue: Hash_queue.Make(T)
module Hash_heap: Hash_heap.Make(T)