[MLton-commit] r5634

Vesa Karvonen vesak at mlton.org
Sat Jun 16 09:12:34 PDT 2007


Must not forget Dummy.
----------------------------------------------------------------------

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	2007-06-16 15:50:06 UTC (rev 5633)
+++ mltonlib/trunk/com/ssh/generic/unstable/public/value/pickle.sig	2007-06-16 16:12:34 UTC (rev 5634)
@@ -23,6 +23,6 @@
 end
 
 signature WITH_PICKLE_DOM = sig
-   include OPEN_GENERIC EQ HASH TYPE_INFO
-   sharing Rep = Eq = Hash = TypeInfo
+   include OPEN_GENERIC EQ DUMMY HASH TYPE_INFO
+   sharing Rep = Eq = Dummy = Hash = TypeInfo
 end




More information about the MLton-commit mailing list