aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Lists
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-14 09:24:50 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-14 09:24:50 +0000
commitca2a40d5a9ab1daf0ff1fdd5eed0860c671e2da4 (patch)
tree781859f9b19e725eef709620af325809db0e3360 /theories/Lists
parent867a119264666100ec7f6fd5d080a2f8cd8124fb (diff)
In_dec de nouveau transparent
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8816 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Lists')
-rw-r--r--theories/Lists/List.v2
1 files changed, 1 insertions, 1 deletions
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.
(*************************)