summaryrefslogtreecommitdiff
path: root/src/process_file.mli
diff options
context:
space:
mode:
authorBrian Campbell2017-08-11 10:55:12 +0100
committerBrian Campbell2017-08-11 10:55:12 +0100
commitf97c4dac4a900a4b8b19522425a6df4f48a5b940 (patch)
tree19263179a8d7fb7bcb9d55707eb4058140a8d29e /src/process_file.mli
parentff469898d5f4e1c9b3cd6692f99dd1e1f2e700bc (diff)
parent01f382196302e378c377c96bf249236e06d7291c (diff)
Merge branch 'experiments' into mono-experiments
Diffstat (limited to 'src/process_file.mli')
-rw-r--r--src/process_file.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/process_file.mli b/src/process_file.mli
index 1cf710bc..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 =
@@ -72,3 +73,4 @@ val output :
files existed before. If it is set to [false] and an output file already exists,
the output file is only updated, if its content really changes. *)
val always_replace_files : bool ref
+