[MLton-commit] r6492
Vesa Karvonen
vesak at mlton.org
Mon Mar 17 13:58:02 PST 2008
Added iterator/loop combinators, Iter : ITER.
----------------------------------------------------------------------
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-03-17 21:56:48 UTC (rev 6491)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/common.sml 2008-03-17 21:58:01 UTC (rev 6492)
@@ -80,6 +80,7 @@
signature INT_INF = INT_INF
signature IOS_MONAD = IOS_MONAD
signature ISO = ISO
+signature ITER = ITER
signature LAZY = LAZY
signature LIST = LIST
signature MONO_ARRAY = MONO_ARRAY
@@ -168,6 +169,7 @@
structure IOSMonad : IOS_MONAD = IOSMonad
structure Int : INTEGER = Int
structure Iso : ISO = Iso
+structure Iter : ITER = Iter
structure LargeInt : INTEGER = LargeInt
structure LargeReal : REAL = LargeReal
structure LargeWord : WORD = LargeWord
More information about the MLton-commit
mailing list