diff options
Diffstat (limited to 'etc/isar/multiple/C.thy')
| -rw-r--r-- | etc/isar/multiple/C.thy | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/isar/multiple/C.thy b/etc/isar/multiple/C.thy index d295f55a..079a1f78 100644 --- a/etc/isar/multiple/C.thy +++ b/etc/isar/multiple/C.thy @@ -1,5 +1,6 @@ (* -*- isar -*- *) -theory C = A + B:; +theory C imports A B +begin -end; +end |
