aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theories/Bool/Sumbool.v2
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.