[MLton-commit] r6338

Vesa Karvonen vesak at mlton.org
Thu Jan 17 21:12:54 PST 2008


Export full MONAD signature rather than just the core.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/generic/unstable/public/value/pickle.sig

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

Modified: mltonlib/trunk/com/ssh/generic/unstable/public/value/pickle.sig
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/public/value/pickle.sig	2008-01-17 18:06:32 UTC (rev 6337)
+++ mltonlib/trunk/com/ssh/generic/unstable/public/value/pickle.sig	2008-01-18 05:12:53 UTC (rev 6338)
@@ -125,7 +125,7 @@
 
       (** == Monadic Combinator Interface == *)
 
-      structure P : MONAD_CORE and U : MONAD_CORE
+      structure P : MONAD and U : MONAD
       (** The Pickler and Unpickler monads. *)
 
       type 'a t = {pickler : 'a -> Unit.t P.monad,




More information about the MLton-commit mailing list