reduce tracing messages to make it work in PIDE session;
authorwenzelm
Tue, 02 Oct 2018 19:10:04 +0200
changeset 69104 f33352dbbf12
parent 69103 814a1ab42d70
child 69105 b7274dfbf4b3
reduce tracing messages to make it work in PIDE session;
src/Sequents/LK/Hard_Quantifiers.thy
--- a/src/Sequents/LK/Hard_Quantifiers.thy	Tue Oct 02 19:02:47 2018 +0200
+++ b/src/Sequents/LK/Hard_Quantifiers.thy	Tue Oct 02 19:10:04 2018 +0200
@@ -248,8 +248,8 @@
 text "Problem 59"
 (*Unification works poorly here -- the abstraction %sobj prevents efficient
   operation of the occurs check*)
-
 lemma "\<turnstile> (\<forall>x. P(x) \<longleftrightarrow> \<not> P(f(x))) \<longrightarrow> (\<exists>x. P(x) \<and> \<not> P(f(x)))"
+  using [[unify_trace_bound = 50]]
   by best_dup
 
 text "Problem 60"