[MLton-user] Re: Extended Basis Library: [MLton-commit] r5449

Geoffrey Alan Washburn geoffw at cis.upenn.edu
Mon Mar 19 06:27:31 PST 2007


Vesa Karvonen wrote:
> Renamed the plus val of MONADP_CORE to <|> and introduced a fixity
> declaration for it (just below of the sequencing monadic operators).
>   
    Sounds reasonable.

> Modified: mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/infixes.sml
> ===================================================================
> --- mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/infixes.sml	2007-03-18 23:59:47 UTC (rev 5448)
> +++ mltonlib/trunk/com/ssh/extended-basis/unstable/public/export/infixes.sml	2007-03-19 08:32:46 UTC (rev 5449)
> @@ -70,7 +70,7 @@
>  infix  1 !    :=   ! orElse  !       ! >>= >>& !        ! :=: += -=
>           !         !         !       ! >>* >>@ !        !
>  (* ========================================================================== *)
> -infix  0 ! before  !         !       !         !   &`   ! &
> +infix  0 ! before  !         !       !   <|>   !   &`   ! &
>  (* -------------------------------------------------------------------------- *)
>  infixr 0 !         !         !       !         !        ! -->
>  (* ************************************************************************** *)
>   

    I was just noticing that infixes.sml doesn't seem to be exported in 
SML/NJ?  Is this intentional?  I've added it to extensions.cm in my 
working copy.


-- 
[Geoff Washburn|geoffw at cis.upenn.edu|http://www.cis.upenn.edu/~geoffw/]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mlton.org/pipermail/mlton-user/attachments/20070319/3e60161d/attachment.html


More information about the MLton-user mailing list