HOL/record: shared operations ("more", "fields", etc.) now need to be
authorwenzelm
Fri, 21 Dec 2001 23:16:17 +0100
changeset 12587 3f3d2ffb5df5
parent 12586 6bf380202adb
child 12588 0361fd72f1a7
HOL/record: shared operations ("more", "fields", etc.) now need to be always qualified;
NEWS
--- a/NEWS	Fri Dec 21 20:58:42 2001 +0100
+++ b/NEWS	Fri Dec 21 23:16:17 2001 +0100
@@ -190,6 +190,8 @@
     "extend" to promote a fixed record to a record scheme, and
     "truncate" for the reverse; cf. theorems "xxx.defs", which are *not*
     declared as simp by default;
+  - shared operations ("more", "fields", etc.) now need to be always
+    qualified) --- potential INCOMPATIBILITY;
   - removed "make_scheme" operations (use "make" with "extend") --
     INCOMPATIBILITY;
   - removed "more" class (simply use "term") -- INCOMPATIBILITY;