aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/logic.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/logic.ml')
-rw-r--r--proofs/logic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml
index 4c6e5bacf..136f61343 100644
--- a/proofs/logic.ml
+++ b/proofs/logic.ml
@@ -59,7 +59,7 @@ let rec catchable_exception = function
(* Tells if the refiner should check that the submitted rules do not
produce invalid subgoals *)
let check = ref false
-let with_check = Options.with_option check
+let with_check = Flags.with_option check
(************************************************************************)
(************************************************************************)