aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Logic/Eqdep.v
diff options
context:
space:
mode:
authorGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-09 19:02:06 +0000
committerGravatar msozeau <msozeau@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-09 19:02:06 +0000
commit9d22f03bff83f97dafa9a425bc5accf6cb781efc (patch)
tree87b9eeb1171a690b9634035ef195ba9d881b21a3 /theories/Logic/Eqdep.v
parent43fede22d500a7234a82aaae77adfebff8006c4f (diff)
Tentative fix for bug #2226: put inj_pair2 and eq_dep_eq hints in a
different (eqdep) database. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13103 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Logic/Eqdep.v')
-rw-r--r--theories/Logic/Eqdep.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Logic/Eqdep.v b/theories/Logic/Eqdep.v
index 406429ffd..ccd17ea94 100644
--- a/theories/Logic/Eqdep.v
+++ b/theories/Logic/Eqdep.v
@@ -33,5 +33,5 @@ Export EqdepTheory.
(** Exported hints *)
-Hint Resolve eq_dep_eq: core v62.
-Hint Resolve inj_pair2 inj_pairT2: core.
+Hint Resolve eq_dep_eq: eqdep v62.
+Hint Resolve inj_pair2 inj_pairT2: eqdep.