diff options
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 6d865867..fa0aeb31 100644 --- a/src/process_file.mli +++ b/src/process_file.mli @@ -73,6 +73,7 @@ val opt_lem_output_dir : (string option) ref val opt_isa_output_dir : (string option) ref val opt_coq_output_dir : (string option) ref val opt_alt_modules_coq : (string list) ref +val opt_alt_modules2_coq : (string list) ref type out_type = | Lem_out of string list (* If present, the strings are files to open in the lem backend*) |
