is_prefix
authorhaftmann
Fri, 23 Dec 2005 14:33:28 +0100
changeset 18495 1b96c8671162
parent 18494 00190b1fa5b3
child 18496 ef36f9be255e
is_prefix
NEWS
--- a/NEWS	Thu Dec 22 19:08:15 2005 +0100
+++ b/NEWS	Fri Dec 23 14:33:28 2005 +0100
@@ -240,6 +240,13 @@
 * Pure/General: name_mangler.ML provides a functor for generic name
 mangling (bijective mapping from any expression values to strings).
 
+* Pure/library:
+
+  val is_prefix: ('a * 'a -> bool) -> 'a list -> 'a list -> bool
+
+  replacing infix "prefix" and various individual isomorphic functions scattered
+  among an amount of ML modules.
+
 * Pure/General: rat.ML implements rational numbers.
 
 * Pure: several functions of signature "... -> theory -> theory * ..."