From 287058532aefd848df5d83ee29707359672b626f Mon Sep 17 00:00:00 2001 From: msozeau Date: Tue, 22 Sep 2009 20:23:05 +0000 Subject: Add the option to automatically introduce variables declared before the colon in (mutual) proofs with [Set Automatic Introduction]. Fix a minor test-suite issue in ProgramWf due to new handling of the default obligation tactic. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12351 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/flags.mli | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/flags.mli') diff --git a/lib/flags.mli b/lib/flags.mli index 8bafa8b1f3..e8a7819c89 100644 --- a/lib/flags.mli +++ b/lib/flags.mli @@ -42,6 +42,9 @@ val verbosely : ('a -> 'b) -> 'a -> 'b val if_silent : ('a -> unit) -> 'a -> unit val if_verbose : ('a -> unit) -> 'a -> unit +val make_auto_intros : bool -> unit +val is_auto_intros : unit -> bool + val make_warn : bool -> unit val if_warn : ('a -> unit) -> 'a -> unit -- cgit v1.2.3