Functor Hashable.Make


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

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