aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Logic/JMeq.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-08-03 17:42:55 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-08-03 17:42:55 +0000
commitffe8426049f5d7d3e613b8c51c82a940994abbb4 (patch)
tree0371c7096adfe387304e3e1e0387091f5790090a /theories/Logic/JMeq.v
parent36e8da9105dce4c47d7507dcd0ce29f7d06e8f33 (diff)
Ref
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6009 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Logic/JMeq.v')
-rw-r--r--theories/Logic/JMeq.v11
1 files changed, 9 insertions, 2 deletions
diff --git a/theories/Logic/JMeq.v b/theories/Logic/JMeq.v
index 6fe4dc425..3b07322d6 100644
--- a/theories/Logic/JMeq.v
+++ b/theories/Logic/JMeq.v
@@ -8,7 +8,14 @@
(*i $Id$ i*)
-(** John Major's Equality as proposed by C. Mc Bride *)
+(** John Major's Equality as proposed by Conor McBride
+
+ Reference:
+
+ [McBride] Elimination with a Motive, Proceedings of TYPES 2000,
+ LNCS 2277, pp 197-216, 2002.
+
+*)
Set Implicit Arguments.
@@ -65,4 +72,4 @@ Lemma eq_dep_JMeq :
Proof.
destruct 1.
apply JMeq_refl.
-Qed. \ No newline at end of file
+Qed.