NEWS
changeset 32606 b5c3a8a75772
parent 32600 1b3b0cc604ce
child 32618 42865636d006
child 32683 7c1fe854ca6a
--- a/NEWS	Fri Sep 18 09:35:23 2009 +0200
+++ b/NEWS	Fri Sep 18 14:09:38 2009 +0200
@@ -79,8 +79,8 @@
     Set.INTER ~>    Complete_Lattice.INTER
     Set.UNION ~>    Complete_Lattice.UNION
   - more convenient names for set intersection and union:
-    Set.Int ~>  Set.inter
-    Set.Un ~>   Set.union
+    Set.Int ~>      Set.inter
+    Set.Un ~>       Set.union
   - authentic syntax for
     Set.Pow
     Set.image
@@ -89,6 +89,8 @@
     Set.UNIV                (for top)
     Complete_Lattice.Inter  (for Inf)
     Complete_Lattice.Union  (for Sup)
+    Complete_Lattice.INTER  (for INFI)
+    Complete_Lattice.UNION  (for SUPR)
   - object-logic definitions as far as appropriate
 
   INCOMPATIBILITY.