[MLton-commit] r6308

Vesa Karvonen vesak at mlton.org
Wed Jan 9 09:47:40 PST 2008


More top-level bindings.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/top-level.sml

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

Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/top-level.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/top-level.sml	2008-01-09 17:46:22 UTC (rev 6307)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/top-level.sml	2008-01-09 17:47:39 UTC (rev 6308)
@@ -34,6 +34,7 @@
 
    val const = Fn.const
    val curry = Fn.curry
+   val eta = Fn.eta
    val flip = Fn.flip
    val id = Fn.id
    val pass = Fn.pass
@@ -84,6 +85,7 @@
    (** == TextIO == *)
 
    val println = TextIO.println
+   val printlns = TextIO.printlns
    val prints = TextIO.prints
 
    (** == UnPr == *)




More information about the MLton-commit mailing list