[MLton-commit] r7213
Vesa Karvonen
vesak at mlton.org
Fri Jul 10 12:46:44 PDT 2009
Bug fix: Added missing infix declaration for >> required as a workaround
to compile with SML/NJ's CM.
Thanks to Alexander Sepp for reporting the bug.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/generic/unstable/detail/value/read.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/generic/unstable/detail/value/read.sml
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/detail/value/read.sml 2009-07-10 16:01:09 UTC (rev 7212)
+++ mltonlib/trunk/com/ssh/generic/unstable/detail/value/read.sml 2009-07-10 19:46:44 UTC (rev 7213)
@@ -15,7 +15,7 @@
infixr 4 </ />
infix 2 >| andAlso
infixr 2 |<
- infix 1 orElse >>= >>& >>*
+ infix 1 orElse >> >>= >>& >>*
infix 0 & <|>
infixr 0 -->
(* SML/NJ workaround --> *)
More information about the MLton-commit
mailing list