[MLton-commit] r5179

Wesley Terpstra wesley at mlton.org
Mon Feb 12 15:18:59 PST 2007


add widechar/widestring to the overload set
----------------------------------------------------------------------

U   mlton/trunk/basis-library/libs/basis-2002/top-level/generate-overloads.sml
U   mlton/trunk/basis-library/libs/basis-2002/top-level/overloads.sml

----------------------------------------------------------------------

Modified: mlton/trunk/basis-library/libs/basis-2002/top-level/generate-overloads.sml
===================================================================
--- mlton/trunk/basis-library/libs/basis-2002/top-level/generate-overloads.sml	2007-02-12 21:02:02 UTC (rev 5178)
+++ mlton/trunk/basis-library/libs/basis-2002/top-level/generate-overloads.sml	2007-02-12 23:18:58 UTC (rev 5179)
@@ -24,7 +24,7 @@
    @ List.map (List.tabulate (32, fn i => i + 1) @ [64],
                fn i => concat ["Word", Int.toString i])
 
-val text = ["Char", "String"]
+val text = ["Char", "WideChar", "String", "WideString"]
 
 (* Order matters here in the appends, since the first element will be the
  * default.

Modified: mlton/trunk/basis-library/libs/basis-2002/top-level/overloads.sml
===================================================================
--- mlton/trunk/basis-library/libs/basis-2002/top-level/overloads.sml	2007-02-12 21:02:02 UTC (rev 5178)
+++ mlton/trunk/basis-library/libs/basis-2002/top-level/overloads.sml	2007-02-12 23:18:58 UTC (rev 5179)
@@ -1,10 +1,3 @@
-(* Copyright (C) 2002-2005 Henry Cejtin, Matthew Fluet, Suresh
- *    Jagannathan, and Stephen Weeks.
- *
- * MLton is released under a BSD-style license.
- * See the file MLton-LICENSE for details.
- *)
-
 (* This file is automatically generated.  Do not edit. *)
 
 _overload 2 ~ : 'a -> 'a
@@ -601,7 +594,9 @@
 and Real64.<
 and LargeReal.<
 and Char.<
+and WideChar.<
 and String.<
+and WideString.<
 
 _overload 1 <= : 'a * 'a -> bool
 as  Int.<=
@@ -682,7 +677,9 @@
 and Real64.<=
 and LargeReal.<=
 and Char.<=
+and WideChar.<=
 and String.<=
+and WideString.<=
 
 _overload 1 > : 'a * 'a -> bool
 as  Int.>
@@ -763,7 +760,9 @@
 and Real64.>
 and LargeReal.>
 and Char.>
+and WideChar.>
 and String.>
+and WideString.>
 
 _overload 1 >= : 'a * 'a -> bool
 as  Int.>=
@@ -844,4 +843,6 @@
 and Real64.>=
 and LargeReal.>=
 and Char.>=
+and WideChar.>=
 and String.>=
+and WideString.>=




More information about the MLton-commit mailing list