Functor Hashable.Make


module Make: 
functor (T : Hashtbl.HashedType) -> sig .. end
Parameters:
T : Hashtbl.HashedType

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