diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2000-03-21 00:09:47 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2000-03-21 00:09:47 +0000 |
commit | 8167e03e755954b426b283bc6259069c6e4fcae7 (patch) | |
tree | 2155114f46c7daeeef0a19ece9f2a95551ecacee /theories/Logic | |
parent | 7df026940e14bee018ebf3c63fce0b17810c2923 (diff) |
Eqdep_dec retrouve ses noms d'origine grace au nouvel Reduction.instance utilisé par clenv
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@344 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Logic')
-rw-r--r-- | theories/Logic/Eqdep_dec.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Logic/Eqdep_dec.v b/theories/Logic/Eqdep_dec.v index 2aba5408f..29a8b0a66 100644 --- a/theories/Logic/Eqdep_dec.v +++ b/theories/Logic/Eqdep_dec.v @@ -140,9 +140,9 @@ Rewrite eq_eqT_bij. Elim (eq2eqT p) using K_dec. Intros. Case (H x0 y); Intros. -Elim y0; Left ; Reflexivity. +Elim e; Left ; Reflexivity. -Right ; Red; Intro neq; Apply y0; Elim neq; Reflexivity. +Right ; Red; Intro neq; Apply n; Elim neq; Reflexivity. Trivial. Save. |