[MLton-commit] r4838

Vesa Karvonen vesak at mlton.org
Sun Nov 19 10:21:30 PST 2006


Using qualified type name for consistency.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/basic/unstable/public/tie.sig

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

Modified: mltonlib/trunk/com/ssh/basic/unstable/public/tie.sig
===================================================================
--- mltonlib/trunk/com/ssh/basic/unstable/public/tie.sig	2006-11-19 18:19:25 UTC (rev 4837)
+++ mltonlib/trunk/com/ssh/basic/unstable/public/tie.sig	2006-11-19 18:21:27 UTC (rev 4838)
@@ -81,7 +81,7 @@
     * 'b}.
     *)
 
-   val option : 'a option t
+   val option : 'a Option.t t
    (** Tier for options. *)
 
    val function : ('a -> 'b) t




More information about the MLton-commit mailing list