aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/Example.thy
diff options
context:
space:
mode:
Diffstat (limited to 'isar/Example.thy')
-rw-r--r--isar/Example.thy2
1 files changed, 2 insertions, 0 deletions
diff --git a/isar/Example.thy b/isar/Example.thy
index 34c840fe..720e5480 100644
--- a/isar/Example.thy
+++ b/isar/Example.thy
@@ -4,6 +4,7 @@
$Id$
*)
+
theory Example imports Main begin
text {* Proper proof text -- \textit{naive version}. *}
@@ -28,4 +29,5 @@ theorem "A & B --> B & A"
apply assumption
done
+
end