aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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);
+