NEWS
changeset 5490 85855f65d0c6
parent 5475 410172655d64
child 5524 38f2a518a811
--- a/NEWS	Tue Sep 15 13:09:23 1998 +0200
+++ b/NEWS	Tue Sep 15 15:04:07 1998 +0200
@@ -20,6 +20,8 @@
   less_imp_add_less  should be replaced by  trans_less_add1
   le_imp_add_le      should be replaced by  trans_le_add1
 
+* HOL: unary - is now overloaded (new type constraints may be required);
+
 * Pure: ML function 'theory_of' replaced by 'theory';
 
 
@@ -209,6 +211,10 @@
 * HOL/recdef can now declare non-recursive functions, with {} supplied as
 the well-founded relation;
 
+* HOL/Set INCOMPATIBILITY: the complement of set A is now written -A instead of
+    Compl A.  The "Compl" syntax remains available as input syntax for this
+    release ONLY.
+
 * HOL/Update: new theory of function updates:
     f(a:=b) == %x. if x=a then b else f x
 may also be iterated as in f(a:=b,c:=d,...);