Functor Hashable.Make


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

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