[MLton-commit] r4530

Matthew Fluet MLton@mlton.org
Sat, 13 May 2006 08:07:54 -0700


formatting
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/basis-library/integer/word0.sml

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

Modified: mlton/branches/on-20050822-x86_64-branch/basis-library/integer/word0.sml
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/basis-library/integer/word0.sml	2006-05-11 10:54:30 UTC (rev 4529)
+++ mlton/branches/on-20050822-x86_64-branch/basis-library/integer/word0.sml	2006-05-13 15:07:53 UTC (rev 4530)
@@ -172,7 +172,7 @@
       in
          val (fromInt8, fromInt8Z, toInt8, toInt8X) = 
             make {fromIntUnsafe = fromInt8Unsafe,
-                   fromIntZUnsafe = fromInt8ZUnsafe, 
+                  fromIntZUnsafe = fromInt8ZUnsafe, 
                   toIntUnsafe = toInt8Unsafe,
                   toIntXUnsafe = toInt8XUnsafe,
                   other = {precision' = Primitive.Int8.precision',
@@ -180,7 +180,7 @@
                            minInt' = Primitive.Int8.minInt'}}
          val (fromInt16, fromInt16Z, toInt16, toInt16X) = 
             make {fromIntUnsafe = fromInt16Unsafe,
-                   fromIntZUnsafe = fromInt16ZUnsafe, 
+                  fromIntZUnsafe = fromInt16ZUnsafe, 
                   toIntUnsafe = toInt16Unsafe,
                   toIntXUnsafe = toInt16XUnsafe,
                   other = {precision' = Primitive.Int16.precision',
@@ -188,7 +188,7 @@
                            minInt' = Primitive.Int16.minInt'}}
          val (fromInt32, fromInt32Z, toInt32, toInt32X) = 
             make {fromIntUnsafe = fromInt32Unsafe,
-                   fromIntZUnsafe = fromInt32ZUnsafe, 
+                  fromIntZUnsafe = fromInt32ZUnsafe, 
                   toIntUnsafe = toInt32Unsafe,
                   toIntXUnsafe = toInt32XUnsafe,
                   other = {precision' = Primitive.Int32.precision',