diff options
| author | Alasdair Armstrong | 2017-08-14 17:01:11 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-08-14 17:01:11 +0100 |
| commit | 6fc1333da75560f78582271fb7be9cbebafeb2be (patch) | |
| tree | ea5ec301f5e113bca644bd5eab00a6974f1be32c /src/process_file.mli | |
| parent | 18d4ec8dba75293e71b2fb7fd647e99e333c58ba (diff) | |
| parent | c46c1ef29c08dc3e959228783d34e9c6ac464455 (diff) | |
Merge remote-tracking branch 'origin/mono-experiments' into experiments
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 7972c689..cd867b0d 100644 --- a/src/process_file.mli +++ b/src/process_file.mli @@ -54,6 +54,7 @@ val load_file : Ast.order -> Type_check.Env.t -> string -> Type_check.tannot Ast val opt_new_parser : bool ref val opt_just_check : bool ref val opt_ddump_tc_ast : bool ref +val opt_ddump_rewrite_ast : ((string * int) option) ref val opt_dno_cast : bool ref type out_type = |
