Functor Hashable.Make

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

include T
module Hashable: T
module Table: Hashable.Hashtbl.Make(T)
module Pooled_hashtbl: Pooled_hashtbl.Make(T)
module Hash_set: Hash_set.Make(T)
module Hash_queue: Hash_queue.Make(T)
val hashable : Table.key Core_hashtbl_intf.Hashable.t