From 83c56744d7e232abeb5f23e6d0f23cd0abc14a9c Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 5 Aug 2001 19:04:16 +0000 Subject: Expérimentation de NewDestruct et parfois NewInduction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1880 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Wellfounded/Lexicographic_Product.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Wellfounded') diff --git a/theories/Wellfounded/Lexicographic_Product.v b/theories/Wellfounded/Lexicographic_Product.v index 104b8b437..01b442a85 100644 --- a/theories/Wellfounded/Lexicographic_Product.v +++ b/theories/Wellfounded/Lexicographic_Product.v @@ -146,7 +146,7 @@ Proof. Intros. Inversion_clear H. Apply Acc_intro. - Destruct y0;Intros. + NewDestruct y0;Intros. Inversion_clear H;Inversion_clear H1;Apply H0. Apply sp_swap. Apply right_sym;Auto with sets. -- cgit v1.2.3