From 91a8204515286252d0f026fcfc60a014bc57e727 Mon Sep 17 00:00:00 2001 From: letouzey Date: Sat, 13 Feb 2010 15:51:45 +0000 Subject: CompSpec2Type is used to build functions, it should be Defined, not Qed This solves in particular the compilation failure of contrib ATBR git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12765 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Datatypes.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Init/Datatypes.v b/theories/Init/Datatypes.v index 4782194a39..092fce996f 100644 --- a/theories/Init/Datatypes.v +++ b/theories/Init/Datatypes.v @@ -246,7 +246,7 @@ Lemma CompSpec2Type : forall A (eq lt:A->A->Prop) x y c, CompSpec eq lt x y c -> CompSpecT eq lt x y c. Proof. destruct c; intros H; constructor; inversion_clear H; auto. -Qed. +Defined. (** Identity *) -- cgit v1.2.3