[MLton-commit] r5867

Vesa Karvonen vesak at mlton.org
Mon Aug 13 23:23:59 PDT 2007


Fixed typo in comment.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/extended-basis/unstable/public/concept/monad.sig

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

Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/public/concept/monad.sig
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/public/concept/monad.sig	2007-08-13 23:46:13 UTC (rev 5866)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/concept/monad.sig	2007-08-14 06:23:58 UTC (rev 5867)
@@ -46,7 +46,7 @@
    (** {pure f == return o f} *)
 
    val thunk : 'a Thunk.t -> 'a monad_ex
-   (** {thunk thk == return () >>= pure thunk} *)
+   (** {thunk th == return () >>= pure th} *)
 
    val seq : 'a monad_ex List.t -> 'a List.t monad_ex
    val seqWith : ('a -> 'b monad_ex) -> 'a List.t -> 'b List.t monad_ex




More information about the MLton-commit mailing list