LowerHil.MakeAbstractInterpreterSimpler version of the above wrapper that uses the default HIL config
module TransferFunctions : TransferFunctions.HILinclude sig ... endmodule Interpreter : sig ... endtype domain = TransferFunctions.Domain.tval compute_post :
Interpreter.TransferFunctions.analysis_data ->
initial:domain ->
IR.Procdesc.t ->
domain optioncompute and return the postcondition for the given procedure starting from initial.