module Set (Ty : sig type t end) : CCSet.S with type elt = Ty.t t
(
Ty
:
sig
type t
end
)
CCSet.S
with type elt = Ty.t t
sig type t end