[MLton-commit] r6758
Matthew Fluet
fluet at mlton.org
Tue Aug 19 15:15:29 PDT 2008
Missing signature constraint.
----------------------------------------------------------------------
U mlton/trunk/basis-library/arrays-and-vectors/array2.sml
----------------------------------------------------------------------
Modified: mlton/trunk/basis-library/arrays-and-vectors/array2.sml
===================================================================
--- mlton/trunk/basis-library/arrays-and-vectors/array2.sml 2008-08-19 22:15:21 UTC (rev 6757)
+++ mlton/trunk/basis-library/arrays-and-vectors/array2.sml 2008-08-19 22:15:28 UTC (rev 6758)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -6,7 +6,7 @@
* See the file MLton-LICENSE for details.
*)
-structure Array2 (* : ARRAY2 *) =
+structure Array2 : ARRAY2 =
struct
val op +? = SeqIndex.+?
More information about the MLton-commit
mailing list