Module Biabduction__Abs
val abstract : Biabduction.BiabductionSummary.t Absint.InterproceduralAnalysis.t -> Biabduction.Prop.normal Biabduction.Prop.t -> Biabduction.Prop.normal Biabduction.Prop.tAbstract a proposition.
val abstract_spec : Biabduction.BiabductionSummary.t Absint.InterproceduralAnalysis.t -> Biabduction.Prop.normal Biabduction.BiabductionSummary.spec -> Biabduction.BiabductionSummary.NormSpec.tNormalizes names and applies simplifications, soem of which require looking at both pre and post.
val abstract_junk : Biabduction.BiabductionSummary.t Absint.InterproceduralAnalysis.t -> Biabduction.Prop.normal Biabduction.Prop.t -> Biabduction.Prop.normal Biabduction.Prop.tCheck whether the prop contains junk. If it does, and
Config.allowleakis true, remove the junk, otherwise raise a Leak exception.
val abstract_no_symop : Biabduction.BiabductionSummary.t Absint.InterproceduralAnalysis.t -> Biabduction.Prop.normal Biabduction.Prop.t -> Biabduction.Prop.normal Biabduction.Prop.tAbstract a proposition but don't pay a SymOp
val get_current_rules : unit -> rulesGet the current rules discoveres
val lifted_abstract : Biabduction.BiabductionSummary.t Absint.InterproceduralAnalysis.t -> Biabduction.Propset.t -> Biabduction.Propset.tAbstract each proposition in
propset
val remove_redundant_array_elements : Biabduction.BiabductionSummary.t Absint.InterproceduralAnalysis.t -> Biabduction.Prop.normal Biabduction.Prop.t -> Biabduction.Prop.normal Biabduction.Prop.tRemove redundant elements in an array, and check for junk afterwards
val set_current_rules : rules -> unitSet the current rules discovered