NEWS
changeset 4502 337c073de95e
parent 4410 b68047c56fce
child 4575 e59cf7d816fe
--- a/NEWS	Mon Dec 29 21:39:22 1997 +0100
+++ b/NEWS	Tue Dec 30 11:14:09 1997 +0100
@@ -182,8 +182,10 @@
     "n ~= 0". Theorems and proof tools have been modified towards this
     `standard'.
 
-* HOL/Lists: the function "set_of_list" has been renamed "set"
-  (and its theorems too);
+* HOL/Lists:
+  the function "set_of_list" has been renamed "set" (and its theorems too);
+  the function "nth" now takes its arguments in the reverse order and
+  has acquired the infix notation "!" as in "xs!n".
 
 * HOL/Set: UNIV is now a constant and is no longer translated to Compl{};