Provers/blast.ML: depth_limit
authorwebertj
Sun, 29 Aug 2004 17:42:11 +0200
changeset 15163 73386e0319a2
parent 15162 670ab8497818
child 15164 5d7c96e0f9dc
Provers/blast.ML: depth_limit
NEWS
--- a/NEWS	Sun Aug 29 17:36:39 2004 +0200
+++ b/NEWS	Sun Aug 29 17:42:11 2004 +0200
@@ -25,6 +25,9 @@
 * Provers/trancl.ML:  new transitivity reasoner for transitive and
   reflexive-transitive closure of relations.
 
+* Provers/blast.ML:  new reference depth_limit to make blast's depth
+  limit (previously hard-coded with a value of 20) user-definable.
+
 * Pure: considerably improved version of 'constdefs' command.  Now
   performs automatic type-inference of declared constants; additional
   support for local structure declarations (cf. locales and HOL