aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-06-22 15:55:35 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-06-22 15:55:35 +0000
commit2cffd85bad42fa08bd943646e02dbfa1a5bb0580 (patch)
tree4d1ef50732139094f06dff15529d38c12144976a /isa
parent882e58dde37d3cbabff76e35e66f69280e37eb1f (diff)
Added missing proof.
Diffstat (limited to 'isa')
-rw-r--r--isa/Example.ML2
1 files changed, 2 insertions, 0 deletions
diff --git a/isa/Example.ML b/isa/Example.ML
index 1fec5c08..49b6ee5a 100644
--- a/isa/Example.ML
+++ b/isa/Example.ML
@@ -13,5 +13,7 @@ Goal "A & B --> B & A";
qed "and_comms";
Goal "(ALL x. P(x) --> Q) --> ((EX x. P(x)) --> Q)";
+by (blast_tac (claset()) 1);
+