From 6d72bed68ae739c3c513cd50fcbadf92e576f6da Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 20 May 2008 07:08:45 +0000 Subject: Retrait d'un test commité par erreur en 10947 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10949 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/success/unification.v | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test-suite/success/unification.v b/test-suite/success/unification.v index 3d935cd1da..91ee18ea46 100644 --- a/test-suite/success/unification.v +++ b/test-suite/success/unification.v @@ -126,11 +126,3 @@ intros. exists (fun n => match n with O => a | S n' => f' n' end). constructor. Qed. - -(* Why this not work, even, without the "fix" to #1851 *) - -Goal forall X (a:X 0) (f':forall n:nat, X n), (exists f : forall n:nat, X n, True). -intros. -exists (fun n => match n with O => a | S n' => f' n' end). -constructor. -Qed. -- cgit v1.2.3