[MLton-commit] r6927
Vesa Karvonen
vesak at mlton.org
Mon Oct 13 15:41:39 PDT 2008
Help with type inference for SML/NJ.
----------------------------------------------------------------------
U mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/detail/protocol.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/detail/protocol.sml
===================================================================
--- mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/detail/protocol.sml 2008-10-13 21:13:47 UTC (rev 6926)
+++ mltonlib/trunk/org/mlton/vesak/rpc-lib/unstable/detail/protocol.sml 2008-10-13 22:41:38 UTC (rev 6927)
@@ -100,7 +100,7 @@
structure Token = struct
open Word32
- val zero = 0w0
+ val zero : t = 0w0
fun next w : t = w+0w1
end
More information about the MLton-commit
mailing list