Functor Hashable.Make_binable

module Make_binable: 
functor (T : Hashtbl.Key_binable) -> sig .. end
Parameters:
T : Hashtbl.Key_binable

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