Implementation of Abstraction Functions
val abstract : InferIR.Typ.Procname.t ‑> InferIR.Tenv.t ‑> Prop.normal Prop.t ‑> Prop.normal Prop.t
Abstract a proposition.
val abstract_junk : InferIR.Typ.Procname.t ‑> InferIR.Tenv.t ‑> Prop.normal Prop.t ‑> Prop.normal Prop.t
Check whether the prop contains junk.
If it does, and Config.allowleak
is true, remove the junk,
otherwise raise a Leak exception.
val abstract_no_symop : InferIR.Typ.Procname.t ‑> InferIR.Tenv.t ‑> Prop.normal Prop.t ‑> Prop.normal Prop.t
Abstract a proposition but don't pay a SymOp
val lifted_abstract : InferIR.Typ.Procname.t ‑> InferIR.Tenv.t ‑> Propset.t ‑> Propset.t
Abstract each proposition in propset
val remove_redundant_array_elements : InferIR.Typ.Procname.t ‑> InferIR.Tenv.t ‑> Prop.normal Prop.t ‑> Prop.normal Prop.t
Remove redundant elements in an array, and check for junk afterwards