tuned;
authorwenzelm
Sat, 20 Nov 2021 12:59:53 +0100
changeset 74821 5f73bc0b9e5e
parent 74820 98b3c7ab8c0f
child 74822 a1fa82431576
tuned;
NEWS
--- a/NEWS	Sat Nov 20 12:53:18 2021 +0100
+++ b/NEWS	Sat Nov 20 12:59:53 2021 +0100
@@ -390,11 +390,11 @@
 syntactic order. The original order of occurrences may be recovered as
 well, e.g. via TFrees.list_set.
 
-* Thm.instantiate, Thm.generalize and related operations require
-scalable datastructures from structure TVars, Vars, Names etc.
-INCOMPATIBILITY: e.g. use TVars.empty and TVars.make for immediate
-adoption; better use TVars.add, TVars.add_tfrees etc. for scalable
-accumulation of items.
+* Thm.instantiate, Thm.generalize and related operations (e.g.
+Variable.import) now use scalable data structures from structure TVars,
+Vars, Names etc. INCOMPATIBILITY: e.g. use TVars.empty and TVars.make
+for immediate adoption; better use TVars.add, TVars.add_tfrees etc. for
+scalable accumulation of items.
 
 * Thm.instantiate_beta applies newly emerging abstractions to their
 arguments in the term, but leaves other beta-redexes unchanged --- in