AbstractDomain.Stacked
Stacked abstract domain: tagged union of Below
, Val
, and Above
domains where all elements of Below
are strictly smaller than all elements of Val
which are strictly smaller than all elements of Above
include Comparable with type t = (Below.t, Val.t, Above.t) Types.below_above
include IStdlib.PrettyPrintable.PrintableType
with type t = (Below.t, Val.t, Above.t) Types.below_above
type t = (Below.t, Val.t, Above.t) Types.below_above
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit