summaryrefslogtreecommitdiff
path: root/src/process_file.mli
diff options
context:
space:
mode:
authorThomas Bauereiss2017-12-14 16:48:05 +0000
committerThomas Bauereiss2017-12-14 17:06:28 +0000
commit2ef7c31074720997bbc519e44e34c076677ab282 (patch)
tree39454157133f7faf41aa6bafaa2de291d0c6e907 /src/process_file.mli
parent4597e503131395df087b1aa9a600a96be5a960ed (diff)
Make sequential and mwords global variables in Lem pretty-printer
Diffstat (limited to 'src/process_file.mli')
-rw-r--r--src/process_file.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process_file.mli b/src/process_file.mli
index f99bdf54..a9b9cf1f 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