module type S = Flags_intf.Stype t
include Comparable.S
val of_int : int -> tval to_int_exn : t -> intval empty : tval (+) : t -> t -> tval (-) : t -> t -> tval intersect : t -> t -> tval complement : t -> tval is_empty : t -> boolval do_intersect : t -> t -> boolval are_disjoint : t -> t -> boolval t_of_sexp : Sexplib.Sexp.t -> tval sexp_of_t : t -> Sexplib.Sexp.t