module Make_binable:
functor (
T
:
sig
include Hashtbl.HashedType
include Binable.S
end
) ->
sig include Hashtbl.HashedType include Binable.S with type binable = t end
module Table: Hashtbl.Make_binable(T)
Hashtbl.Make_binable
(
)
include T
type hashable = t
t
module Hash_set: Hash_set.Make_binable(T)
Hash_set.Make_binable
module Hash_queue: Hash_queue.Make(T)
Hash_queue.Make
module Hash_heap: Hash_heap.Make(T)
Hash_heap.Make