Frama-C API - S
Extension of Stdlib.Set.S.
val empty : tval is_empty : t -> boolval cardinal : t -> intval pretty : ?format:(Pretty.tformatter -> unit) Pretty.format -> ?item:(elt Pretty.aformatter -> elt -> unit) Pretty.format -> ?sep:unit Pretty.format -> ?last:unit Pretty.format -> ?empty:unit Pretty.format -> (Stdlib.Format.formatter -> elt -> unit) -> Stdlib.Format.formatter -> t -> unitPretty prints a set given a printer for the elements.
}
"
val pretty_text : ?format:(Pretty.tformatter -> unit) Pretty.format -> ?item:(elt Pretty.aformatter -> elt -> unit) Pretty.format -> ?sep:unit Pretty.format -> ?last:unit Pretty.format -> ?empty:unit Pretty.format -> (Stdlib.Format.formatter -> elt -> unit) -> Stdlib.Format.formatter -> t -> unitPretty prints the set as a user readable text.
