Module Set.Op

val (++) : t -> t -> t

Infix set union

val (--) : t -> t -> t

Infix set difference

val (%%) : t -> t -> t

Infix set intersection