aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/flags.ml2
-rw-r--r--lib/flags.mli2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index f47901ad72..cff86dbbb4 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -67,6 +67,8 @@ let raw_print = ref false
let record_print = ref true
+let we_are_parsing = ref false
+
(* Compatibility mode *)
(* Current means no particular compatibility consideration.
diff --git a/lib/flags.mli b/lib/flags.mli
index c4ad3f333e..4908d4a484 100644
--- a/lib/flags.mli
+++ b/lib/flags.mli
@@ -26,6 +26,8 @@ val ide_slave : bool ref
val time : bool ref
+val we_are_parsing : bool ref
+
type load_proofs = Force | Lazy | Dont
val load_proofs : load_proofs ref