aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-01-16 16:39:06 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-01-16 16:39:06 +0000
commite36ec50c0995858321748f5d4f7bd73472e2464d (patch)
tree32330abd62c6dcfe12eea510c4ad9ab9093f5790 /lego
parentb53246d8464ce383b4d607209b41bfdc8c966365 (diff)
Whitespace
Diffstat (limited to 'lego')
-rw-r--r--lego/example.l1
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;