AbstractDomain.MinReprSet
Abstracts a set of Element
s by keeping its smallest representative only. The widening is terminating only if the order fulfills the descending chain condition.
type elt = Element.t
include WithBottom with type t := t
include S with type t := t
include 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