From a59b644de4234fb7fe3fce28284979091f257130 Mon Sep 17 00:00:00 2001 From: aspiwack Date: Thu, 6 Dec 2007 17:36:14 +0000 Subject: Plus de combinateurs sont passés de Util à Option. Le module Options devient Flags. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10348 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/logic.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proofs') diff --git a/proofs/logic.ml b/proofs/logic.ml index 4c6e5bacfa..136f613436 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 (************************************************************************) (************************************************************************) -- cgit v1.2.3