[MLton-commit] r4736
Vesa Karvonen
vesak at mlton.org
Fri Oct 20 08:31:30 PDT 2006
Changed to use "header" style.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/extended-basis/unstable/ints-mlton.sml
U mltonlib/trunk/com/ssh/extended-basis/unstable/mono-arrays-mlton.sml
U mltonlib/trunk/com/ssh/extended-basis/unstable/mono-vectors-mlton.sml
U mltonlib/trunk/com/ssh/extended-basis/unstable/reals-mlton.sml
U mltonlib/trunk/com/ssh/extended-basis/unstable/texts-mlton.sml
U mltonlib/trunk/com/ssh/extended-basis/unstable/words-mlton.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/ints-mlton.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/ints-mlton.sml 2006-10-20 15:27:21 UTC (rev 4735)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/ints-mlton.sml 2006-10-20 15:31:21 UTC (rev 4736)
@@ -4,9 +4,7 @@
* See the file MLton-LICENSE for details.
*)
-(*
- * Extended {INTEGER} and {INT_INF} modules for MLton.
- *)
+(** == Extended {INTEGER} and {INT_INF} modules for MLton == *)
structure Int : INTEGER = MkIntegerExt (Int)
structure FixedInt : INTEGER = MkIntegerExt (FixedInt)
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/mono-arrays-mlton.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/mono-arrays-mlton.sml 2006-10-20 15:27:21 UTC (rev 4735)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/mono-arrays-mlton.sml 2006-10-20 15:31:21 UTC (rev 4736)
@@ -4,9 +4,7 @@
* See the file MLton-LICENSE for details.
*)
-(**
- * Extended {MONO_ARRAY} modules for MLton.
- *)
+(** == Extended {MONO_ARRAY} modules for MLton == *)
structure BoolArray : MONO_ARRAY =
MkMonoArrayExt (structure MonoArray = BoolArray
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/mono-vectors-mlton.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/mono-vectors-mlton.sml 2006-10-20 15:27:21 UTC (rev 4735)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/mono-vectors-mlton.sml 2006-10-20 15:31:21 UTC (rev 4736)
@@ -4,9 +4,7 @@
* See the file MLton-LICENSE for details.
*)
-(**
- * Extended {MONO_VECTOR} modules for MLton.
- *)
+(** == Extended {MONO_VECTOR} modules for MLton == *)
structure BoolVector : MONO_VECTOR = MkMonoVectorExt (BoolVector)
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/reals-mlton.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/reals-mlton.sml 2006-10-20 15:27:21 UTC (rev 4735)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/reals-mlton.sml 2006-10-20 15:31:21 UTC (rev 4736)
@@ -4,9 +4,7 @@
* See the file MLton-LICENSE for details.
*)
-(**
- * Extended {REAL} modules for MLton.
- *)
+(** == Extended {REAL} modules for MLton == *)
structure Real : REAL = MkRealExt (Real)
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/texts-mlton.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/texts-mlton.sml 2006-10-20 15:27:21 UTC (rev 4735)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/texts-mlton.sml 2006-10-20 15:31:21 UTC (rev 4736)
@@ -4,9 +4,7 @@
* See the file MLton-LICENSE for details.
*)
-(**
- * Extended {TEXT} modules for MLton.
- *)
+(** == Extended {TEXT} modules for MLton == *)
structure Text : TEXT = MkTextExt (Text)
structure Char : CHAR = Text.Char
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/words-mlton.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/words-mlton.sml 2006-10-20 15:27:21 UTC (rev 4735)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/words-mlton.sml 2006-10-20 15:31:21 UTC (rev 4736)
@@ -4,9 +4,7 @@
* See the file MLton-LICENSE for details.
*)
-(**
- * Extended {WORD} modules for MLton.
- *)
+(** == Extended {WORD} modules for MLton == *)
structure Word : WORD = MkWordExt (Word)
structure LargeWord : WORD = MkWordExt (LargeWord)
More information about the MLton-commit
mailing list