aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/Example.thy
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-01-16 16:39:06 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-01-16 16:39:06 +0000
commite36ec50c0995858321748f5d4f7bd73472e2464d (patch)
tree32330abd62c6dcfe12eea510c4ad9ab9093f5790 /isar/Example.thy
parentb53246d8464ce383b4d607209b41bfdc8c966365 (diff)
Whitespace
Diffstat (limited to 'isar/Example.thy')
-rw-r--r--isar/Example.thy6
1 files changed, 4 insertions, 2 deletions
diff --git a/isar/Example.thy b/isar/Example.thy
index 357fa09e..4cf33e0b 100644
--- a/isar/Example.thy
+++ b/isar/Example.thy
@@ -40,8 +40,10 @@ theorem "A & B --> B & A"
apply (rule impI)
apply (erule conjE)
apply (rule conjI)
- apply assumption
apply assumption
- done
+ apply assumption
+done
end
+
+(* comment at the end *)