aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
Diffstat (limited to 'isar')
-rw-r--r--isar/Example-Tokens.thy2
-rw-r--r--isar/Example.thy2
2 files changed, 2 insertions, 2 deletions
diff --git a/isar/Example-Tokens.thy b/isar/Example-Tokens.thy
index 961b8d61..2106ccaf 100644
--- a/isar/Example-Tokens.thy
+++ b/isar/Example-Tokens.thy
@@ -18,7 +18,7 @@ proof
assume "\<phi> \<and> \<psi>"
then show "\<psi> \<and> \<phi>"
proof
- assume \<psi> and \<phi>
+ assume "\<psi>" and "\<phi>"
then show ?thesis ..
qed
qed
diff --git a/isar/Example.thy b/isar/Example.thy
index 720e5480..01b755db 100644
--- a/isar/Example.thy
+++ b/isar/Example.thy
@@ -14,7 +14,7 @@ proof
assume "A & B"
then show "B & A"
proof
- assume B and A
+ assume "B" and "A"
then show ?thesis ..
qed
qed