From e67760138af866b788db7b43a8e93c5f65a9a84e Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Tue, 10 Nov 2015 18:17:37 +0100 Subject: Updating Compat85.v after bd1c97653 on bracketing last or-and introduction pattern by default. --- theories/Compat/Coq85.v | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v index 1622f2aeda..7ce04a662e 100644 --- a/theories/Compat/Coq85.v +++ b/theories/Compat/Coq85.v @@ -7,3 +7,10 @@ (************************************************************************) (** Compatibility file for making Coq act similar to Coq v8.5 *) + +(* In 8.5, "intros [|]", taken e.g. on a goal "A\/B->C", does not + behave as "intros [H|H]" but leave instead hypotheses quantified in + the goal, here producing subgoals A->C and B->C. *) + +Unset Bracketing Last Introduction Pattern. + -- cgit v1.2.3