On 9/18/07, skaller <[EMAIL PROTECTED]> wrote:
> BTW: I think SML has records but not really tuples, instead
>
>         a.member // named component
>         a.1     // actually 1 is just the name
>
> so that
>
>         (1,2,3)
>
> is just shorthand for
>
>         (.1=1, .2=2, .3=3)


What if we did that? Can we parse X (a=5, b=6)? I think C# and java
are adding that syntax.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to