From ca2a40d5a9ab1daf0ff1fdd5eed0860c671e2da4 Mon Sep 17 00:00:00 2001 From: letouzey Date: Sun, 14 May 2006 09:24:50 +0000 Subject: In_dec de nouveau transparent git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8816 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Lists/List.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Lists') diff --git a/theories/Lists/List.v b/theories/Lists/List.v index 24e20e3ae..71f8346d3 100644 --- a/theories/Lists/List.v +++ b/theories/Lists/List.v @@ -165,7 +165,7 @@ Section Facts. destruct (H a0 a); simpl in |- *; auto. destruct IHl; simpl in |- *; auto. right; unfold not in |- *; intros [Hc1| Hc2]; auto. - Qed. + Defined. (*************************) -- cgit v1.2.3