diff options
| author | David Aspinall | 2002-01-16 16:39:06 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-01-16 16:39:06 +0000 |
| commit | e36ec50c0995858321748f5d4f7bd73472e2464d (patch) | |
| tree | 32330abd62c6dcfe12eea510c4ad9ab9093f5790 /isar/Example.thy | |
| parent | b53246d8464ce383b4d607209b41bfdc8c966365 (diff) | |
Whitespace
Diffstat (limited to 'isar/Example.thy')
| -rw-r--r-- | isar/Example.thy | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/isar/Example.thy b/isar/Example.thy index 357fa09e..4cf33e0b 100644 --- a/isar/Example.thy +++ b/isar/Example.thy @@ -40,8 +40,10 @@ theorem "A & B --> B & A" apply (rule impI) apply (erule conjE) apply (rule conjI) - apply assumption apply assumption - done + apply assumption +done end + +(* comment at the end *) |
