aboutsummaryrefslogtreecommitdiff
path: root/isar/Example.thy
diff options
context:
space:
mode:
authorDavid Aspinall2010-08-25 16:51:59 +0000
committerDavid Aspinall2010-08-25 16:51:59 +0000
commit903d8016dd1302e0c52c2ca1266e11d7c83a94e9 (patch)
treeb045a22c5cb183426797c7785735a1cd86fad0d9 /isar/Example.thy
parente40db778de4fe20cd8eeccea9038bf3bbb1c6003 (diff)
Add unnecessary quote marks for consistent colouring
Diffstat (limited to 'isar/Example.thy')
-rw-r--r--isar/Example.thy2
1 files changed, 1 insertions, 1 deletions
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