diff options
| author | Brian Campbell | 2018-01-08 16:35:08 +0000 |
|---|---|---|
| committer | Brian Campbell | 2018-01-09 10:53:00 +0000 |
| commit | f73d601390a42a07a575db0c5efd5982471c2f2d (patch) | |
| tree | 55e061a47b71d2afa6c3c39e86f957f83c64cb58 /src/process_file.mli | |
| parent | ffcf8a814cdd23eaff9286835478afb66fbb0029 (diff) | |
Add some optional experimental rewrites to help with monomorphisation
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 88c9b9fb..10510e5c 100644 --- a/src/process_file.mli +++ b/src/process_file.mli @@ -70,6 +70,7 @@ val opt_dno_cast : bool ref val opt_ddump_raw_mono_ast : bool ref val opt_dmono_analysis : int ref val opt_auto_mono : bool ref +val opt_mono_rewrites : bool ref type out_type = | Lem_ast_out |
