Parameter Make.V
type annot = PC.Annot.tmodule SState :
Engine.SState.S with type t = SPState.state_t and type heap_t = heap_tmodule SAInterpreter :
General.G_interpreter.S
with type vt = Symbolic.Values.t
and type st = Symbolic.Subst.t
and type store_t = Engine.SStore.t
and type state_t = state
and type heap_t = heap_t
and type state_err_t = SPState.err_t
and type annot = annotmodule SMatcher : Engine.Matcher.S with type state_t = SPState.state_ttype prog_t = (annot, int) Gil_syntax.Prog.ttype proc_tests = (string * t) listval proc_tests_to_yojson : proc_tests -> Yojson.Safe.tval verify_prog :
init_data:SPState.init_data ->
prog_t ->
bool ->
IncrementalAnalysis.SourceFiles.t option ->
unit Utils.Gillian_result.tval verify_up_to_procs :
?proc_name:string ->
init_data:SPState.init_data ->
prog_t ->
SAInterpreter.result_t SAInterpreter.cont_funcval postprocess_files : IncrementalAnalysis.SourceFiles.t option -> unitmodule Debug : sig ... end