temporarily included settings for unification bounds again
authoroheimb
Thu, 25 Apr 1996 14:06:16 +0200
changeset 1687 b7078a395934
parent 1686 c67d543bc395
child 1688 2121df622671
temporarily included settings for unification bounds again
src/HOL/MiniML/I.ML
--- a/src/HOL/MiniML/I.ML	Thu Apr 25 13:03:57 1996 +0200
+++ b/src/HOL/MiniML/I.ML	Thu Apr 25 14:06:16 1996 +0200
@@ -1,5 +1,8 @@
 open I;
 
+Unify.trace_bound := 45;
+Unify.search_bound := 50;
+
 goal thy
   "! a m s s' t n.  \
 \    (new_tv m a & new_tv m s) --> I e a m s = Ok(s',t,n) -->   \