diff options
| -rw-r--r-- | etc/isar/NamesInStrings.thy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/isar/NamesInStrings.thy b/etc/isar/NamesInStrings.thy index b71e2dfc..3d56e8c8 100644 --- a/etc/isar/NamesInStrings.thy +++ b/etc/isar/NamesInStrings.thy @@ -1,4 +1,4 @@ -theory "a b" = Main: (* NB: must also check case without quotes! *) +theory "Names In Strings" = Main: (* NB: must also check case without quotes! *) lemma foo: "B --> B" by auto |
