insert replacing ins ins_int ins_string
authorhaftmann
Wed, 04 Oct 2006 14:25:47 +0200
changeset 20857 7f6f26d8349b
parent 20856 9f7f0bf89e7d
child 20858 1fbbc10d475b
insert replacing ins ins_int ins_string
NEWS
--- a/NEWS	Wed Oct 04 14:17:47 2006 +0200
+++ b/NEWS	Wed Oct 04 14:25:47 2006 +0200
@@ -627,6 +627,11 @@
 
 *** ML ***
 
+* Pure/library:
+
+infixes ins ins_string ins_int have been abandoned in favour of insert.
+INCOMPATIBILITY: rewrite "x ins(_...) xs" to "insert (op =) x xs"
+
 * Pure/General/susp.ML:
 
 New module for delayed evaluations.