aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/Zcomplements.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-06-18 00:28:39 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-06-18 00:28:39 +0000
commit1000a01cfdca074b9e0677e0441051422cce385f (patch)
treecdb6a0e8a690a703171dcb8b4b31571dab33b425 /theories/ZArith/Zcomplements.v
parente927e0e71daa736a99518d487e85e7e54ad8edf2 (diff)
Arguments superflus pour Zlength_nil
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4176 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith/Zcomplements.v')
-rw-r--r--theories/ZArith/Zcomplements.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Zcomplements.v b/theories/ZArith/Zcomplements.v
index e49131a4c..bcf90f961 100644
--- a/theories/ZArith/Zcomplements.v
+++ b/theories/ZArith/Zcomplements.v
@@ -306,7 +306,7 @@ Unfold Zlength; Intros; Rewrite H; Auto.
Qed.
Implicits Zlength_correct [1].
-Lemma Zlength_nil : (A:Set)(x:A)(l:(list A))(Zlength (nil A))=0.
+Lemma Zlength_nil : (A:Set)(Zlength (nil A))=0.
Proof.
Auto.
Qed.