Frama-C API - Set
type elt = tval empty : tval is_empty : t -> boolval cardinal : t -> intval pretty : ?format:(Fclib.Pretty.tformatter -> unit) Fclib.Pretty.format -> ?item:(elt Fclib.Pretty.aformatter -> elt -> unit) Fclib.Pretty.format -> ?sep:unit Fclib.Pretty.format -> ?last:unit Fclib.Pretty.format -> ?empty:unit Fclib.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:(Fclib.Pretty.tformatter -> unit) Fclib.Pretty.format -> ?item:(elt Fclib.Pretty.aformatter -> elt -> unit) Fclib.Pretty.format -> ?sep:unit Fclib.Pretty.format -> ?last:unit Fclib.Pretty.format -> ?empty:unit Fclib.Pretty.format -> (Stdlib.Format.formatter -> elt -> unit) -> Stdlib.Format.formatter -> t -> unitPretty prints the set as a user readable text.
