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 /lego | |
| parent | b53246d8464ce383b4d607209b41bfdc8c966365 (diff) | |
Whitespace
Diffstat (limited to 'lego')
| -rw-r--r-- | lego/example.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lego/example.l b/lego/example.l index 525db25b..535d5712 100644 --- a/lego/example.l +++ b/lego/example.l @@ -5,6 +5,7 @@ *) Module example Import lib_logic; + Goal {A,B:Prop}(A /\ B) -> (B /\ A); intros; Refine H; |
