From 1000a01cfdca074b9e0677e0441051422cce385f Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 18 Jun 2003 00:28:39 +0000 Subject: Arguments superflus pour Zlength_nil git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4176 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/ZArith/Zcomplements.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/ZArith/Zcomplements.v b/theories/ZArith/Zcomplements.v index e49131a4cc..bcf90f9618 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. -- cgit v1.2.3