aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-20 20:25:38 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-20 20:25:38 +0000
commit98866948a927e79fd8599bedecf515d317afb393 (patch)
tree718e3580f484c4cc7a63ca404b116efa30f3fb59 /etc/isar
parente15e9e2f410f4d80f331fd775549bb3c451128e6 (diff)
*** empty log message ***
Diffstat (limited to 'etc/isar')
-rw-r--r--etc/isar/EmptyCommands.thy8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/isar/EmptyCommands.thy b/etc/isar/EmptyCommands.thy
new file mode 100644
index 00000000..18b28ea9
--- /dev/null
+++ b/etc/isar/EmptyCommands.thy
@@ -0,0 +1,8 @@
+(* See Trac #289, http://proofgeneral.inf.ed.ac.uk/trac/ticket/289 *)
+theory EmptyCommands imports Main begin
+
+term x;
+
+term y;
+
+end