[MLton-commit] r6420

Vesa Karvonen vesak at mlton.org
Tue Feb 26 10:28:22 PST 2008


Forgot to export the Contract : CONTRACT module earlier.
----------------------------------------------------------------------

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	2008-02-26 17:18:35 UTC (rev 6419)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/common.sml	2008-02-26 18:28:21 UTC (rev 6420)
@@ -65,6 +65,7 @@
 signature BUFFER = BUFFER
 signature CHAR = CHAR
 signature CMP = CMP
+signature CONTRACT = CONTRACT
 signature CPS = CPS
 signature CVT = CVT
 signature EFFECT = EFFECT
@@ -153,6 +154,7 @@
 structure CharVector : MONO_VECTOR = CharVector
 structure CharVectorSlice : MONO_VECTOR_SLICE = CharVectorSlice
 structure Cmp : CMP = Cmp
+structure Contract : CONTRACT = Contract
 structure Cvt : CVT = Cvt
 structure Effect : EFFECT = Effect
 structure Emb : EMB = Emb




More information about the MLton-commit mailing list