module Hash_set: Hash_set
Hash_set
include S1
module type S = Hash_set_intf.S
Hash_set_intf.S
module type S_binable = Hash_set_intf.S_binable
Hash_set_intf.S_binable
module Make:
functor (
H
:
Hashtbl.HashedType
) ->
S
with type elt = H.t
module Make_binable:
sig
include Hashtbl.HashedType
include Binable.S
end