Parameter Make.V

type heap_t
type state
type m_err
type annot = PC.Annot.t
module SPState : Engine.PState.S with type t = state and type heap_t = heap_t and type m_err_t = m_err with type init_data = ID.t
type t
type prog_t = (annot, int) Gillian.Gil_syntax.Prog.t
type proc_tests = (string * t) list
val proc_tests_to_yojson : proc_tests -> Yojson.Safe.t
val start_time : float Stdlib.ref
val reset : unit -> unit
val verify_prog : init_data:SPState.init_data -> prog_t -> bool -> IncrementalAnalysis.SourceFiles.t option -> unit
val verify_up_to_procs : ?proc_name:string -> init_data:SPState.init_data -> prog_t -> SAInterpreter.result_t SAInterpreter.cont_func
val postprocess_files : IncrementalAnalysis.SourceFiles.t option -> unit
module Debug : sig ... end