eliminate odd Unicode characters (amending e9f3b94eb6a0, b69e4da2604b, 8f0b2daa7eaa, 8d1e295aab70);
authorwenzelm
Mon, 21 Jul 2025 16:21:37 +0200
changeset 82892 45107da819fc
parent 82891 372273ab6ebb
child 82893 d6a14ed060fb
eliminate odd Unicode characters (amending e9f3b94eb6a0, b69e4da2604b, 8f0b2daa7eaa, 8d1e295aab70);
NEWS
--- a/NEWS	Mon Jul 21 15:10:00 2025 +0200
+++ b/NEWS	Mon Jul 21 16:21:37 2025 +0200
@@ -127,17 +127,17 @@
     const List.Bleast
     discontinued in favour of more concise Lattices_Big.Least
 
-    const [List.]map_tailrec ~ List.map_tailrec
+    const [List.]map_tailrec ~> List.map_tailrec
     thm List.map_tailrec_eq [simp]
 
-    const [List.]gen_length → List.length_tailrec
+    const [List.]gen_length ~> List.length_tailrec
     thm List.length_tailrec_eq [simp]
 
-    const [List.]maps → List.maps
-    thm maps_def → List.maps_eq [simp]
-
-    const [List.]map_project → Option.image_filter
-    thm map_project_def → Option.image_filter_eq
+    const [List.]maps ~> List.maps
+    thm maps_def ~> List.maps_eq [simp]
+
+    const [List.]map_project ~> Option.image_filter
+    thm map_project_def ~> Option.image_filter_eq
 
 The _def suffix for characteristic theorems is avoided to emphasize that these
 auxiliary operations are candidates for unfolding since they are variants