diff options
| author | Alasdair Armstrong | 2018-01-15 18:57:59 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-01-15 18:57:59 +0000 |
| commit | acb6db5a8d14e83e6d86d2ad2bf285ea931b518f (patch) | |
| tree | a4fefe3ccc0975d1b541e0e9f3d428dd80463bd2 /src/process_file.mli | |
| parent | b07e8766a9ae71824cf701f8b825ca55408fb422 (diff) | |
Add help to interactive mode, and load files incrementally
Diffstat (limited to 'src/process_file.mli')
| -rw-r--r-- | src/process_file.mli | 2 |
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 |
