Functor Hashable.Make_binable


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

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