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