Module AbstractDomain.MinReprSet
Abstracts a set of Elements by keeping its smallest representative only. The widening is terminating only if the order fulfills the descending chain condition.
Parameters
Signature
type elt= Element.t
include WithBottom with type t := t
val bottom : tThe bottom value of the domain.
val is_bottom : t -> boolReturn true if this is the bottom value