aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-04 10:28:55 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-04 10:28:55 +0000
commit7cffdbf4f4106950ba958d6f45fc16106069c9f7 (patch)
tree572ff87d59b89a1eea82ff4909b7c985d98254bb /theories
parent408a1d674962625dfa90d45bc17f319d3e43c7ff (diff)
caractere opaque des constantes repris en compte
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1045 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
-rw-r--r--theories/Logic/Eqdep_dec.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/Eqdep_dec.v b/theories/Logic/Eqdep_dec.v
index 29a8b0a66..54845ea07 100644
--- a/theories/Logic/Eqdep_dec.v
+++ b/theories/Logic/Eqdep_dec.v
@@ -65,7 +65,7 @@ Save.
| (or_intror neqxy) => (False_ind ? (neqxy u))
end.
- Remark nu_constant : (y:A)(u,v:x==y) (nu u)==(nu v).
+ Local nu_constant : (y:A)(u,v:x==y) (nu u)==(nu v).
Intros.
Unfold nu.
Elim (eq_dec x y) using or_indd; Intros.