aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/Example.thy
diff options
context:
space:
mode:
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 *)