diff options
| author | pes20 | 2019-08-22 08:42:16 +0100 |
|---|---|---|
| committer | pes20 | 2019-08-22 08:42:16 +0100 |
| commit | c7975a53294d6c7ca9cfce7931489ba3f2bc35c8 (patch) | |
| tree | 833c7e0d9cf1077932f84a0b3ac453b7af7f9a98 /src/process_file.mli | |
| parent | 7821c136a4e83cf25367852d2bffdebf850bd70a (diff) | |
additional option to tweak Coq output to support user-defined monad:
-coq_alt_modules2 <filename> provide additional alternative modules to open only in main (non-_types) Coq output, and suppress default definitions of MR and M monads
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*) |
