Functor Hashable.Make_binable

module Make_binable (T : sig
include Hashable.Hashtbl.Key
include Binable.S
end) : sig .. end
Parameters:
T : sig include Hashtbl.Key include Binable.S with type t := t end

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