module Set: Set
Set
include S1
module type Elt = Set_intf.Elt
Set_intf.Elt
module type S = Set_intf.S
Set_intf.S
module Make:
functor (
Elt
:
) ->
S
with type elt = Elt.t
module Make_binable:
sig
include Set.Elt
include Binable.S
end