aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Wellfounded/Inclusion.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Wellfounded/Inclusion.v')
-rw-r--r--theories/Wellfounded/Inclusion.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Wellfounded/Inclusion.v b/theories/Wellfounded/Inclusion.v
index db9cfe227..d2658e717 100644
--- a/theories/Wellfounded/Inclusion.v
+++ b/theories/Wellfounded/Inclusion.v
@@ -20,7 +20,7 @@ Section WfInclusion.
Proof.
Induction 2;Intros.
Apply Acc_intro;Auto with sets.
- Save.
+ Qed.
Hints Resolve Acc_incl.
@@ -28,6 +28,6 @@ Section WfInclusion.
(inclusion A R1 R2)->(well_founded A R2)->(well_founded A R1).
Proof.
Unfold well_founded ;Auto with sets.
- Save.
+ Qed.
End WfInclusion.