aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Specif.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-06-22 08:05:11 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-06-22 08:05:11 +0000
commitddca52206138c9e0da46c38d6cec052628d0d7da (patch)
tree4d1ffb07fc58e8be47e20eee7d0270969fc0882a /theories/Init/Specif.v
parentbf342ae13354b715ac55bab3de8d7aea64c6dc52 (diff)
Ajout exist & cie à la table des hints par symétrie avec ex_intro &
cie (cf message coq-club 21/6/07). De plus, left/right inleft/inright, eux aussi dans Set/Type, y étaient déjà donc l'argument d'être dans Type n'est pas recevable. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9906 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Specif.v')
-rw-r--r--theories/Init/Specif.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Init/Specif.v b/theories/Init/Specif.v
index 5bf9621b1..9495cb707 100644
--- a/theories/Init/Specif.v
+++ b/theories/Init/Specif.v
@@ -201,6 +201,7 @@ Proof.
Qed.
Hint Resolve left right inleft inright: core v62.
+Hint Resolve exist exist2 existT existT2: core.
(* Compatibility *)