summaryrefslogtreecommitdiff
path: root/src/process_file.mli
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-01-08 17:04:45 +0000
committerAlasdair Armstrong2018-01-08 17:04:45 +0000
commit25417489a33b8edc3d1256dfeb4f5c641bbe7cc5 (patch)
tree641f0da841c2263987f9de62fb506e3e6429bc95 /src/process_file.mli
parent6f3bf52cef2bd210fbad96f189bf3d6e13872fdb (diff)
parentb938fd99a9f16d4bb2ef1c483574a2850aa6e640 (diff)
Merge branch 'experiments' of https://bitbucket.org/Peter_Sewell/sail into experiments
Diffstat (limited to 'src/process_file.mli')
-rw-r--r--src/process_file.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/process_file.mli b/src/process_file.mli
index f99bdf54..88c9b9fb 100644
--- a/src/process_file.mli
+++ b/src/process_file.mli
@@ -63,8 +63,6 @@ val load_file_no_check : Ast.order -> string -> unit Ast.defs
val load_file : Ast.order -> Type_check.Env.t -> string -> Type_check.tannot Ast.defs * Type_check.Env.t
val opt_new_parser : bool ref
-val opt_lem_sequential : bool ref
-val opt_lem_mwords : bool ref
val opt_just_check : bool ref
val opt_ddump_tc_ast : bool ref
val opt_ddump_rewrite_ast : ((string * int) option) ref
@@ -75,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 (* If present, the strings are files to open in the lem backend*)
val output :
string -> (* The path to the library *)