Module LowerHil.MakeAbstractInterpreter
Simpler version of the above wrapper that uses the default HIL config
Parameters
Signature
include module type of sig ... end
module Interpreter : sig ... endtype domain= TransferFunctions.Domain.t
val compute_post : Interpreter.TransferFunctions.analysis_data -> initial:domain -> IR.Procdesc.t -> domain optioncompute and return the postcondition for the given procedure starting from
initial.