From: Matthew F. <fl...@ml...> - 2006-05-20 05:56:22
|
Typo ---------------------------------------------------------------------- U mlton/branches/on-20050822-x86_64-branch/lib/mlton-stubs/mlton.sml ---------------------------------------------------------------------- Modified: mlton/branches/on-20050822-x86_64-branch/lib/mlton-stubs/mlton.sml =================================================================== --- mlton/branches/on-20050822-x86_64-branch/lib/mlton-stubs/mlton.sml 2006-05-20 02:49:16 UTC (rev 4554) +++ mlton/branches/on-20050822-x86_64-branch/lib/mlton-stubs/mlton.sml 2006-05-20 12:56:21 UTC (rev 4555) @@ -398,7 +398,7 @@ val castToSysWord = fn w => w end - val infinity: rlim = 0w0 + val infinity: RLim.t = 0w0 type t = int |