added a new example due to Robin Arthan
authorlcp
Wed, 27 Jul 1994 19:08:40 +0200
changeset 98 f353b187526a
parent 97 3f4976d8c97f
child 99 be01ba66ba7b
added a new example due to Robin Arthan
ex/cla.ML
--- a/ex/cla.ML	Thu Jul 21 10:52:00 1994 +0200
+++ b/ex/cla.ML	Wed Jul 27 19:08:40 1994 +0200
@@ -163,6 +163,10 @@
 by (best_tac HOL_dup_cs 1);
 result();
 
+goal HOL.thy "? x. (? y. P(y)) --> P(x)";
+by (best_tac HOL_dup_cs 1);
+result();
+
 writeln"Hard examples with quantifiers";
 
 writeln"Problem 18";