[MLton-commit] r5606
    Vesa Karvonen 
    vesak at mlton.org
       
    Sun Jun 10 03:32:29 PDT 2007
    
    
  
Using the TopLevel module.
----------------------------------------------------------------------
U   mltonlib/trunk/com/ssh/prettier/unstable/detail/prettier.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/prettier/unstable/detail/prettier.sml
===================================================================
--- mltonlib/trunk/com/ssh/prettier/unstable/detail/prettier.sml	2007-06-10 10:31:08 UTC (rev 5605)
+++ mltonlib/trunk/com/ssh/prettier/unstable/detail/prettier.sml	2007-06-10 10:32:29 UTC (rev 5606)
@@ -6,10 +6,9 @@
 
 structure Prettier :> PRETTIER = struct
    (* <-- SML/NJ workaround *)
-   open Basic Fn Lazy
+   open TopLevel
    infix  4 <\
    infixr 2 |<
-   val map = List.map
    (* SML/NJ workaround --> *)
 
    structure C = Char and S = String and SS = Substring
    
    
More information about the MLton-commit
mailing list