summaryrefslogtreecommitdiff
path: root/src/process_file.mli
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-11-10 16:59:44 +0000
committerAlasdair Armstrong2017-11-10 16:59:44 +0000
commit05a84d17bf583c97fb3e77c4a6a07d888a6a2681 (patch)
tree2f205282a98d424a8443ade225e6d6022d3dc707 /src/process_file.mli
parent16272e084d118c1b72d7921455d023aaafbf3dd5 (diff)
Fixed some tricky typechecking bugs
Diffstat (limited to 'src/process_file.mli')
-rw-r--r--src/process_file.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_file.mli b/src/process_file.mli
index fae38100..4bf48aec 100644
--- a/src/process_file.mli
+++ b/src/process_file.mli
@@ -48,6 +48,7 @@ val rewrite_ast: Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs
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_check : Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs
val load_file_no_check : Ast.order -> string -> unit Ast.defs
val load_file : Ast.order -> Type_check.Env.t -> string -> Type_check.tannot Ast.defs * Type_check.Env.t