Tidying and a corrected comment
authorpaulson
Fri, 14 Feb 1997 10:38:48 +0100
changeset 2615 99df9182f5a5
parent 2614 0b1364481214
child 2616 704b6c7432cf
Tidying and a corrected comment
src/HOL/ex/mesontest.ML
--- a/src/HOL/ex/mesontest.ML	Fri Feb 14 10:36:33 1997 +0100
+++ b/src/HOL/ex/mesontest.ML	Fri Feb 14 10:38:48 1997 +0100
@@ -508,11 +508,11 @@
 
 (*The Los problem?  Circulated by John Harrison*)
 goal HOL.thy "(! x y z. P x y & P y z --> P x z) &      \
-\      (! x y z. Q x y & Q y z --> Q x z) &     \
-\      (! x y. P x y --> P y x) &       \
-\      (! (x::'a) y. P x y | Q x y)     \
+\      (! x y z. Q x y & Q y z --> Q x z) &             \
+\      (! x y. P x y --> P y x) &                       \
+\      (! x y. P x y | Q x y)                           \
 \      --> (! x y. P x y) | (! x y. Q x y)";
-by (safe_best_meson_tac 1);     (*3 secs; iter. deepening is VERY slow*)
+by (safe_best_meson_tac 1);     (*2.3 secs; iter. deepening is VERY slow*)
 result();
 
 (*A similar example, suggested by Johannes Schumann and credited to Pelletier*)