[MLton-commit] r4905
Vesa Karvonen
vesak at mlton.org
Tue Dec 5 04:26:28 PST 2006
Fixed a couple of bugs in the fixity table (>> was specified twice and
xorb was infixr).
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/extended-basis/unstable/public/infixes.sml
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/public/infixes.sml
===================================================================
--- mltonlib/trunk/com/ssh/extended-basis/unstable/public/infixes.sml 2006-12-04 20:36:30 UTC (rev 4904)
+++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/infixes.sml 2006-12-05 12:26:27 UTC (rev 4905)
@@ -50,7 +50,9 @@
infix 7 ! + - ^ ! andb ! ! ! +` -` !
! ! ! ! ! ^` !
(* ========================================================================== *)
-infixr 6 ! :: @ ! xorb ! ! ! ::` @` !
+infix 6 ! ! xorb ! ! ! !
+(* -------------------------------------------------------------------------- *)
+infixr 6 ! :: @ ! ! ! ! ::` @` !
(* ========================================================================== *)
infix 5 ! > >= = ! orb == ! ! ! =` !
! < <= <> ! != ?= ! ! ! !
@@ -65,8 +67,7 @@
(* -------------------------------------------------------------------------- *)
infixr 2 ! ! ! |< ! ! !
(* ========================================================================== *)
-infix 1 ! := ! orElse ! ! >>= >> ! ! :=: += -=
- ! ! ! ! >>& ! !
+infix 1 ! := ! orElse ! ! >>= >>& ! ! :=: += -=
(* ========================================================================== *)
infix 0 ! before ! ! ! ! &` ! &
(* -------------------------------------------------------------------------- *)
More information about the MLton-commit
mailing list