diff options
| author | pes20 | 2019-08-20 10:05:40 +0100 |
|---|---|---|
| committer | pes20 | 2019-08-20 10:05:40 +0100 |
| commit | eedb8aa907cd6b89d0ce5978129124346f084b99 (patch) | |
| tree | 3ee2e7fa409293ddd2a9f9fbfd81003eaf96b841 /src | |
| parent | 9942726dfab4d7b32d910b8365e40d8178331084 (diff) | |
add -coq_alt_modules option to override the default imported modules
Diffstat (limited to 'src')
| -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 55c7906b..6d865867 100644 --- a/src/process_file.mli +++ b/src/process_file.mli @@ -72,6 +72,7 @@ val opt_dno_cast : bool ref 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 type out_type = | Lem_out of string list (* If present, the strings are files to open in the lem backend*) |
