aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-06-12 17:52:00 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-06-12 17:52:00 +0000
commit6a2b111bc4ed9bcd8b4feb7fc83e93def431ee2c (patch)
tree8b45f921758a0b3b6eb5164b1bc142f20080967b /etc/coq
parentf4c9875972b8590d04a6f18af06d8250c5c92de8 (diff)
Add test t4 for extra depth of nesting
Diffstat (limited to 'etc/coq')
-rw-r--r--etc/coq/nested.v6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/coq/nested.v b/etc/coq/nested.v
index 21a874ac..975101cd 100644
--- a/etc/coq/nested.v
+++ b/etc/coq/nested.v
@@ -29,8 +29,10 @@ Case n. (* 5 "Undo" *)
EAuto. (* 6 "Undo" *)
Require Omega. (* 7 This needs "Back 1" to be retracted. *)
-Lemma t2 : O=O. Auto. Save. (* 8 "Back 1" or "Reset t2". *)
+ Lemma t2 : O=O. Auto.
+ Lemma t4 : O=O. Auto. Save.
+ Save. (* 8 "Back 1" or "Reset t2". *)
Intros. (* 9 "Undo" *)
-Lemma t3 : O=O. Auto. Save. (* 10 "Back 1" or "Reset t3" *)
+ Lemma t3 : O=O. Auto. Save. (* 10 "Back 1" or "Reset t3" *)
EAuto. (* 11 "Undo" *)
Save. (* 12 *)