From 9d22f03bff83f97dafa9a425bc5accf6cb781efc Mon Sep 17 00:00:00 2001 From: msozeau Date: Wed, 9 Jun 2010 19:02:06 +0000 Subject: 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 --- theories/Logic/Eqdep.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theories/Logic/Eqdep.v b/theories/Logic/Eqdep.v index 406429ffdf..ccd17ea946 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. -- cgit v1.2.3