NEWS
changeset 5077 71043526295f
parent 5075 9a3d48fa28ca
child 5085 8e5a7942fdea
--- a/NEWS	Wed Jun 24 11:24:52 1998 +0200
+++ b/NEWS	Wed Jun 24 13:59:45 1998 +0200
@@ -1,4 +1,3 @@
-
 Isabelle NEWS -- history of user-visible changes
 ================================================
 
@@ -56,11 +55,14 @@
 
 * added option_map_eq_Some to simpset() and claset()
 
+* New directory HOL/UNITY: Chandy and Misra's UNITY formalism
+
 * New theory HOL/Update 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,...).
 
-* New directory HOL/UNITY: Chandy and Misra's UNITY formalism
+* HOL/List: new function list_update written xs[i:=v] that updates the i-th
+  list position. May also be iterated as in xs[i:=a,j:=b,...].
 
 * split_all_tac is now much faster and fails if there is nothing to
 split.  Existing (fragile) proofs may require adaption because the