[MLton-commit] r4857

Vesa Karvonen vesak at mlton.org
Wed Nov 22 08:04:27 PST 2006


Removed unnecessary doc comments.
----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/extended-basis/unstable/detail/common-mono-seqs.sml
U   mltonlib/trunk/com/ssh/extended-basis/unstable/detail/common-scalars.sml
U   mltonlib/trunk/com/ssh/extended-basis/unstable/detail/vector-slice.sml
U   mltonlib/trunk/com/ssh/extended-basis/unstable/detail/vector.sml

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

Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/common-mono-seqs.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/common-mono-seqs.sml	2006-11-22 07:19:22 UTC (rev 4856)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/common-mono-seqs.sml	2006-11-22 16:04:16 UTC (rev 4857)
@@ -4,7 +4,7 @@
  * See the file MLton-LICENSE for details.
  *)
 
-(** == Extended mono sequence modules common to all compilers == *)
+(* Extended mono sequence modules common to all compilers *)
 
 structure Word8Vector = MkMonoVectorExt (Word8Vector)
 structure Word8VectorSlice =

Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/common-scalars.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/common-scalars.sml	2006-11-22 07:19:22 UTC (rev 4856)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/common-scalars.sml	2006-11-22 16:04:16 UTC (rev 4857)
@@ -4,7 +4,7 @@
  * See the file MLton-LICENSE for details.
  *)
 
-(** == Extended scalar modules common to all compilers == *)
+(* Extended scalar modules common to all compilers *)
 
 structure Int = MkIntegerExt (Int)
 structure LargeInt = MkIntegerExt (LargeInt)

Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/vector-slice.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/vector-slice.sml	2006-11-22 07:19:22 UTC (rev 4856)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/vector-slice.sml	2006-11-22 16:04:16 UTC (rev 4857)
@@ -4,9 +4,6 @@
  * See the file MLton-LICENSE for details.
  *)
 
-(**
- * Extended {VectorSlice :> VECTOR_SLICE} structure.
- *)
 structure VectorSlice : VECTOR_SLICE = struct
    open VectorSlice
 end

Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/detail/vector.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/detail/vector.sml	2006-11-22 07:19:22 UTC (rev 4856)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/detail/vector.sml	2006-11-22 16:04:16 UTC (rev 4857)
@@ -4,9 +4,6 @@
  * See the file MLton-LICENSE for details.
  *)
 
-(**
- * Extended {Vector :> VECTOR} structure.
- *)
 structure Vector : VECTOR = struct
    local
       structure Common = MkSeqCommonExt (Vector)




More information about the MLton-commit mailing list