summaryrefslogtreecommitdiff
path: root/src/process_file.mli
diff options
context:
space:
mode:
authorBrian Campbell2017-12-18 14:28:02 +0000
committerBrian Campbell2017-12-18 14:28:02 +0000
commit5cd77a145b886e614d4b5cb46e53d42736cc6865 (patch)
tree2412e0e6f9ff459ffd2528ce7012553d9954fb15 /src/process_file.mli
parent1c16fa04954387521ff8a21b68fb5bca3f27a29e (diff)
Handle multiple -lem_lib options
Diffstat (limited to 'src/process_file.mli')
-rw-r--r--src/process_file.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_file.mli b/src/process_file.mli
index a9b9cf1f..17088d36 100644
--- a/src/process_file.mli
+++ b/src/process_file.mli
@@ -73,7 +73,7 @@ val opt_auto_mono : bool ref
type out_type =
| Lem_ast_out
- | Lem_out of string option (* If present, the string is a file to open in the lem backend*)
+ | Lem_out of string list option (* If present, the strings are files to open in the lem backend*)
val output :
string -> (* The path to the library *)