module Make_binable: functor (T : Hashtbl.Key_binable) -> sig .. end
functor (
T
:
Hashtbl.Key_binable
) ->
sig
end
module Table: Hashtbl.Make_binable(T)
Hashtbl.Make_binable
(
)
module Hash_set: Hash_set.Make_binable(T)
Hash_set.Make_binable
module Hash_queue: Hash_queue.Make(T)
Hash_queue.Make
include T
val hashable : Table.key Core_hashtbl_intf.Hashable.t
Table.key Core_hashtbl_intf.Hashable.t