summaryrefslogtreecommitdiff
path: root/src/process_file.mli
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-01-15 18:57:59 +0000
committerAlasdair Armstrong2018-01-15 18:57:59 +0000
commitacb6db5a8d14e83e6d86d2ad2bf285ea931b518f (patch)
treea4fefe3ccc0975d1b541e0e9f3d428dd80463bd2 /src/process_file.mli
parentb07e8766a9ae71824cf701f8b825ca55408fb422 (diff)
Add help to interactive mode, and load files incrementally
Diffstat (limited to 'src/process_file.mli')
-rw-r--r--src/process_file.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_file.mli b/src/process_file.mli
index bc8936c8..024a8239 100644
--- a/src/process_file.mli
+++ b/src/process_file.mli
@@ -50,7 +50,7 @@
val parse_file : string -> Parse_ast.defs
val convert_ast : Ast.order -> Parse_ast.defs -> unit Ast.defs
-val check_ast: unit Ast.defs -> Type_check.tannot Ast.defs * Type_check.Env.t
+val check_ast: Type_check.Env.t -> unit Ast.defs -> Type_check.tannot Ast.defs * Type_check.Env.t
val monomorphise_ast : ((string * int) * string) list -> Type_check.Env.t -> Type_check.tannot Ast.defs -> Type_check.tannot Ast.defs * Type_check.Env.t
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