aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/trac
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-12-01 10:01:18 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-12-01 10:01:18 +0000
commit8a2d89a5ad6df65aeaa6c83c0b5bb9609a69c977 (patch)
treef4e559b2b1b152a0303f0ddd6ccfcfae556288e9 /etc/trac
parent1bea93ee1ac9157ecd3e8ff9a0b54c71b03590bb (diff)
Add test case
Diffstat (limited to 'etc/trac')
-rw-r--r--etc/trac/trac-307.thy15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/trac/trac-307.thy b/etc/trac/trac-307.thy
new file mode 100644
index 00000000..b4d69be2
--- /dev/null
+++ b/etc/trac/trac-307.thy
@@ -0,0 +1,15 @@
+
+theory trac307 imports Main begin
+
+lemma foo: "Suc x = Suc x" ..
+
+(* 2. Go to the simp-command that does not terminate
+ 3. Perform the following actions:
+ Undo, Interrupt, Undo, Next
+ Sync is lost.
+*)
+
+lemma "P (Suc x)" apply (simp add: foo)
+
+end
+