Module Absint__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
Parameters
Signature
include NoJoin
include IStdlib.PrettyPrintable.PrintableType
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit