more comments;
authorwenzelm
Wed, 23 Jul 2025 13:21:52 +0200
changeset 82897 9225b889f68a
parent 82896 cc89d72e17b8
child 82898 89da4dcd1fa8
more comments;
src/Pure/term_items.ML
--- a/src/Pure/term_items.ML	Wed Jul 23 13:10:34 2025 +0200
+++ b/src/Pure/term_items.ML	Wed Jul 23 13:21:52 2025 +0200
@@ -4,6 +4,7 @@
 Scalable collections of term items:
   - table: e.g. for instantiation
   - set with order of addition, e.g. occurrences within term
+    (assuming that there were no remove operations)
 *)
 
 signature TERM_ITEMS =