diff options
| author | Alasdair Armstrong | 2017-12-15 21:27:27 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-12-15 21:27:27 +0000 |
| commit | 810dca66a6328fd635f5992256bc24960dcc3899 (patch) | |
| tree | b55fed28dd33deebf3c5a97190b0d0366c00ad98 /src/process_file.mli | |
| parent | 2162c6586b8024789875c2e619b09ba8348e72e0 (diff) | |
Experimenting with interactive mode
Diffstat (limited to 'src/process_file.mli')
| -rw-r--r-- | src/process_file.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_file.mli b/src/process_file.mli index f99bdf54..5477af86 100644 --- a/src/process_file.mli +++ b/src/process_file.mli @@ -57,6 +57,7 @@ val rewrite_undefined: Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_lem : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_ocaml : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_sil : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs +val rewrite_ast_interpreter : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val rewrite_ast_check : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs val load_file_no_check : Ast.order -> string -> unit Ast.defs |
