[MLton-commit] r5504
    Vesa Karvonen 
    vesak at mlton.org
       
    Wed Apr 11 07:59:37 PDT 2007
    
    
  
Trimmed.
----------------------------------------------------------------------
U   mltonlib/trunk/com/ssh/extended-basis/unstable/public/text/substring.sig
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/public/text/substring.sig
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/public/text/substring.sig	2007-04-11 14:58:16 UTC (rev 5503)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/text/substring.sig	2007-04-11 14:59:36 UTC (rev 5504)
@@ -24,10 +24,10 @@
     * as far as possible within the underlying string either to the left
     * or to the right.  For example,
     *
-    *> "aa" = string |< extendr (eq #"a") |< substring ("aabb", 0, 0)
+    *> "aa" = string o extendr (eq #"a") |< substring ("aabb", 0, 0)
     *
     * and
     *
-    *> "aabb" = string |< extendr (const true) |< substring ("aabb", 0, 0)
+    *> "aabb" = string o extendr (const true) |< substring ("aabb", 0, 0)
     *)
 end
    
    
More information about the MLton-commit
mailing list