aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/failure
diff options
context:
space:
mode:
authorGravatar delahaye <delahaye@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-02-05 16:23:02 +0000
committerGravatar delahaye <delahaye@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-02-05 16:23:02 +0000
commitbbf12f80ac230a3fc9bea0f629f9f7bc6f5c44d3 (patch)
treee295675d5847bac6d98b22c56872dc4dcb10d0e6 /test-suite/failure
parenta7f57208a8c72190144a96a3f6ec3bf5b850aac0 (diff)
Pas d'Apply dans Tauto
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1323 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/failure')
-rw-r--r--test-suite/failure/Tauto.v10
1 files changed, 2 insertions, 8 deletions
diff --git a/test-suite/failure/Tauto.v b/test-suite/failure/Tauto.v
index 2c147895c..3e8bbeeb1 100644
--- a/test-suite/failure/Tauto.v
+++ b/test-suite/failure/Tauto.v
@@ -7,13 +7,7 @@
(**** Intuition:
Simplifications of goals, based on LJT calcul ****)
-(**** Introduction heuristic w.r.t. the dependent products:
- - Initially: Intros until the first non-dependent product and Intros of all
- the non-dependent products
- - In the algorithm: Intros only the non-dependent products ****)
-
-(* Fails because False is after a dependent product which is after a
- non-dependent product *)
-Goal (x,y:nat)x=y->(z:nat)False->x=z.
+(* Fails because Tauto does not perform any Apply *)
+Goal ((A:Prop)A\/~A)->(x,y:nat)(x=y\/~x=y).
Proof.
Tauto.