[MLton-commit] r6667
Vesa Karvonen
vesak at mlton.org
Sat Jul 5 08:04:27 PDT 2008
Also add some type representation constructors to the top-level.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/generic/unstable/with/types.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/generic/unstable/with/types.sml
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/with/types.sml 2008-07-02 00:03:06 UTC (rev 6666)
+++ mltonlib/trunk/com/ssh/generic/unstable/with/types.sml 2008-07-05 15:04:26 UTC (rev 6667)
@@ -7,6 +7,30 @@
local
open Generic
in
+ structure TopLevel = struct
+ open TopLevel
+ val C = C
+ val C0 = C0
+ val C0' = C0'
+ val C1 = C1
+ val C1' = C1'
+ val L = L
+ val R = R
+ val R' = R'
+ val T = T
+ val Y = Y
+ val data = data
+ val data' = data'
+ val iso = iso
+ val op *` = op *`
+ val op +` = op +`
+ val op --> = op -->
+ val record = record
+ val record' = record'
+ val tuple = tuple
+ val tuple' = tuple'
+ end
+ open TopLevel
structure Array = struct open Array val t = Generic.array end
structure Sq = struct open Sq val t = Generic.sq end
structure BinFn = struct
More information about the MLton-commit
mailing list