module Hash_set: sig .. end
sig
end
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:
include Hashtbl.HashedType
include Binable.S