aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMakarius Wenzel2000-06-16 17:10:00 +0000
committerMakarius Wenzel2000-06-16 17:10:00 +0000
commit2b6e81b1f4fef8830516a6907dbe8ba8870e7ba1 (patch)
treefecb8db3e531251a910c5c85f6fd4d1793e4ca97
parent998b5fa1189f4a659ff3cbadae7241288b6ccddf (diff)
proper indentation;
-rw-r--r--isa/Example.ML10
1 files changed, 5 insertions, 5 deletions
diff --git a/isa/Example.ML b/isa/Example.ML
index 673f7c6f..1fec5c08 100644
--- a/isa/Example.ML
+++ b/isa/Example.ML
@@ -5,11 +5,11 @@
*)
Goal "A & B --> B & A";
-by (rtac impI 1);
-by (etac conjE 1);
-by (rtac conjI 1);
-by (assume_tac 1);
-by (assume_tac 1);
+ by (rtac impI 1);
+ by (etac conjE 1);
+ by (rtac conjI 1);
+ by (assume_tac 1);
+ by (assume_tac 1);
qed "and_comms";
Goal "(ALL x. P(x) --> Q) --> ((EX x. P(x)) --> Q)";