[MLton-commit] r6968
Vesa Karvonen
vesak at mlton.org
Sun Nov 2 02:00:10 PST 2008
Whitespace cleanup.
----------------------------------------------------------------------
U mlton/trunk/mlton/atoms/word-x-vector.fun
U mlton/trunk/mlton/atoms/word-x-vector.sig
----------------------------------------------------------------------
Modified: mlton/trunk/mlton/atoms/word-x-vector.fun
===================================================================
--- mlton/trunk/mlton/atoms/word-x-vector.fun 2008-11-02 09:55:45 UTC (rev 6967)
+++ mlton/trunk/mlton/atoms/word-x-vector.fun 2008-11-02 10:00:09 UTC (rev 6968)
@@ -5,7 +5,7 @@
* See the file MLton-LICENSE for details.
*)
-functor WordXVector (S: WORD_X_VECTOR_STRUCTS): WORD_X_VECTOR =
+functor WordXVector (S: WORD_X_VECTOR_STRUCTS): WORD_X_VECTOR =
struct
open S
@@ -49,7 +49,7 @@
val layout = Layout.str o toString
-fun equals (v, v') =
+fun equals (v, v') =
WordSize.equals (elementSize v, elementSize v')
andalso Vector.equals (elements v, elements v', WordX.equals)
Modified: mlton/trunk/mlton/atoms/word-x-vector.sig
===================================================================
--- mlton/trunk/mlton/atoms/word-x-vector.sig 2008-11-02 09:55:45 UTC (rev 6967)
+++ mlton/trunk/mlton/atoms/word-x-vector.sig 2008-11-02 10:00:09 UTC (rev 6968)
@@ -5,14 +5,14 @@
* See the file MLton-LICENSE for details.
*)
-signature WORD_X_VECTOR_STRUCTS =
+signature WORD_X_VECTOR_STRUCTS =
sig
structure WordSize: WORD_SIZE
structure WordX: WORD_X
sharing WordSize = WordX.WordSize
end
-signature WORD_X_VECTOR =
+signature WORD_X_VECTOR =
sig
include WORD_X_VECTOR_STRUCTS
More information about the MLton-commit
mailing list