Parameter Make.YSet

type t
val empty : t
val subset : t -> t -> bool
val union : t -> t -> t
val inter : t -> t -> t
val pp : Stdlib.Format.formatter -> t -> unit