[MLton-commit] r6277
Vesa Karvonen
vesak at mlton.org
Sun Dec 16 17:01:35 PST 2007
Added the Cvt : CVT module for relatively concise ad hoc text formatting.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/common.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/common.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/common.sml 2007-12-17 00:54:25 UTC (rev 6276)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/common.sml 2007-12-17 01:01:35 UTC (rev 6277)
@@ -64,6 +64,7 @@
signature BUFFER = BUFFER
signature CHAR = CHAR
signature CMP = CMP
+signature CVT = CVT
signature EFFECT = EFFECT
signature EMB = EMB
signature EXIT = EXIT
@@ -147,6 +148,7 @@
structure CharVector : MONO_VECTOR = CharVector
structure CharVectorSlice : MONO_VECTOR_SLICE = CharVectorSlice
structure Cmp : CMP = Cmp
+structure Cvt : CVT = Cvt
structure Effect : EFFECT = Effect
structure Emb : EMB = Emb
structure Exit : EXIT = Exit
More information about the MLton-commit
mailing list