ConfigImpactAnalysis.UncheckedCallees
include Absint.AbstractDomain.FiniteSetS with type elt = UncheckedCallee.t
include IStdlib.PrettyPrintable.PPSet with type elt = UncheckedCallee.t
include IStdlib.IStd.Caml.Set.S with type elt = UncheckedCallee.t
type elt = UncheckedCallee.t
val empty : t
val is_empty : t -> bool
val cardinal : t -> int
val is_singleton_or_more : t -> elt IStdlib.IContainer.singleton_or_more
include IStdlib.PrettyPrintable.PrintableType with type t := t
val pp_element : IStdlib.PrettyPrintable.F.formatter -> elt -> unit
include Absint.AbstractDomain.WithBottom with type t := t
include Absint.AbstractDomain.S with type t := t
include Absint.AbstractDomain.Comparable with type t := t
include IStdlib.PrettyPrintable.PrintableType with type t := t
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit
val bottom : t
The bottom value of the domain.
val is_bottom : t -> bool
Return true if this is the bottom value
val encode : t -> string
val decode : string -> t
val pp_without_location : Stdlib.Format.formatter -> t -> unit