From dbdaa57106427ed61d4eff967e0295979ce9a0bf Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 9 Apr 2003 11:22:34 +0000 Subject: Defined git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3878 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Bool/Sumbool.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Bool/Sumbool.v b/theories/Bool/Sumbool.v index 6f3adcf32b..052df55b1f 100644 --- a/theories/Bool/Sumbool.v +++ b/theories/Bool/Sumbool.v @@ -73,5 +73,5 @@ Proof. Intros A B H. Elim H; [ Intro; Exists true; Assumption | Intro; Exists false; Assumption ]. -Save. +Defined. Implicits bool_of_sumbool. -- cgit v1.2.3