diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-05-14 09:24:50 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-05-14 09:24:50 +0000 |
commit | ca2a40d5a9ab1daf0ff1fdd5eed0860c671e2da4 (patch) | |
tree | 781859f9b19e725eef709620af325809db0e3360 /theories/Lists | |
parent | 867a119264666100ec7f6fd5d080a2f8cd8124fb (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.v | 2 |
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. (*************************) |