From e36ec50c0995858321748f5d4f7bd73472e2464d Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 16 Jan 2002 16:39:06 +0000 Subject: Whitespace --- coq/example.v | 1 - isar/Example.thy | 6 ++++-- lego/example.l | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/coq/example.v b/coq/example.v index 010248a6..5a3c5b59 100644 --- a/coq/example.v +++ b/coq/example.v @@ -4,7 +4,6 @@ $Id$ *) - Goal (A,B:Prop)(A /\ B) -> (B /\ A). Intros A B H. Induction H. 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 *) 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; -- cgit v1.2.3