aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa/Example.ML
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2001-05-29 17:58:06 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2001-05-29 17:58:06 +0000
commiteb8ad8d10763bc31b67bfc1f3c4bc3404b02a749 (patch)
tree4b3a1155c67201b73dc51f8e07a466bbecfd5dad /isa/Example.ML
parentab85a24f219c5d1f53768326ea1a711a7c2d338f (diff)
Remove extra proof."
Diffstat (limited to 'isa/Example.ML')
-rw-r--r--isa/Example.ML3
1 files changed, 0 insertions, 3 deletions
diff --git a/isa/Example.ML b/isa/Example.ML
index 4795d79f..c607390f 100644
--- a/isa/Example.ML
+++ b/isa/Example.ML
@@ -12,6 +12,3 @@ Goal "A & B --> B & A";
by (assume_tac 1);
qed "and_comms";
-Goal "(ALL x. P(x) --> Q) --> ((EX x. P(x)) --> Q)";
- by (blast_tac (claset()) 1);
-qed "";