aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Logic/Eqdep_dec.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-02-14 15:57:26 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-02-14 15:57:26 +0000
commit41bf87dd6a35255596638f1b1983a0b2d0d071b8 (patch)
treeccbbad2e2d414c5fc73639bd20a205d6eea67ab5 /theories/Logic/Eqdep_dec.v
parenta7de8633c23fe66ee32463d78dae89661805c2d1 (diff)
Renommage des variables dans les schémas d'induction
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1387 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Logic/Eqdep_dec.v')
-rw-r--r--theories/Logic/Eqdep_dec.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Logic/Eqdep_dec.v b/theories/Logic/Eqdep_dec.v
index 54845ea07..6205fc603 100644
--- a/theories/Logic/Eqdep_dec.v
+++ b/theories/Logic/Eqdep_dec.v
@@ -71,7 +71,7 @@ Unfold nu.
Elim (eq_dec x y) using or_indd; Intros.
Reflexivity.
-Case y0; Trivial.
+Case b; Trivial.
Save.
@@ -123,7 +123,7 @@ Intro e.
Elim e using K_dec; Trivial.
Intros.
-Case y0; Trivial.
+Case b; Trivial.
Case H.
Reflexivity.