diff options
Diffstat (limited to 'etc/isar/multiple/A.thy')
| -rw-r--r-- | etc/isar/multiple/A.thy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/isar/multiple/A.thy b/etc/isar/multiple/A.thy index 7ad1ddf6..5c11b4fe 100644 --- a/etc/isar/multiple/A.thy +++ b/etc/isar/multiple/A.thy @@ -1,5 +1,6 @@ -theory A = Pure:; +theory A imports Pure +begin consts foo :: 'a; consts bar :: 'a; |
