diff options
| author | herbelin | 2003-04-09 11:22:34 +0000 |
|---|---|---|
| committer | herbelin | 2003-04-09 11:22:34 +0000 |
| commit | dbdaa57106427ed61d4eff967e0295979ce9a0bf (patch) | |
| tree | 0883e2fd41dfdcefc046dfb348fa06c56c6b58cf | |
| parent | 2f2b225969cf4b06ff60d4a5862cf8404bb11268 (diff) | |
Defined
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3878 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | theories/Bool/Sumbool.v | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
