module type TAGS = sig .. end
sig
end
include Set.S
val of_list : string list -> t
string list -> t
val print : Format.formatter -> t -> unit
Format.formatter -> t -> unit
val does_match : t -> t -> bool
t -> t -> bool
module Operators: sig .. end