Re: relative precedence of ! and function application

1992-08-07 Thread Warren Burton
Given that layout has been used in Miranda, Haskell, etc., to determine when one thing ends and another begins, it might be worth trying the same idea within expressions. The suggestion is that any subexpression that contains no white space but is surrounded by white space has implied

Re: relative precedence of ! and function application

1992-08-07 Thread Gregory Sylvain
Please take me off this mailing list. I no longer have time to read it. Thank you, greg Greg Sylvain Hughes/STX Internet (arpa): [EMAIL PROTECTED] Programmer/Analysts Phone : 301 - 513 - 1622

Re: relative precedence of ! and function application

1992-08-07 Thread jhf
|Given that layout has been used in Miranda, Haskell, etc., to determine |when one thing ends and another begins, it might be worth trying the |same idea within expressions. The suggestion is that any subexpression |that contains no white space but is surrounded by white space has |implied

Re: relative precedence of ! and function application

1992-08-07 Thread Mark C. Carroll
-Given that layout has been used in Miranda, Haskell, etc., to determine -when one thing ends and another begins, it might be worth trying the -same idea within expressions. The suggestion is that any subexpression -that contains no white space but is surrounded by white space has -implied

Re: relative precedence of ! and function application

1992-08-06 Thread jhf
| Array notation conventions aside, I think the simple rule that normal | application has higher precedence than infix application is a Big Win. | Perhaps the committee should have introduced special syntax for arrays, | but that was simply not palatable to most of the members, even though | it

relative precedence of ! and function application

1992-08-06 Thread Stephen J Bevan
Well after complaining publically that people spend too much time worrying about concrete syntax; I'm now going to do just that :-) I've recently "discovered" arrays in Haskell and in writing a program or two wrote something like :- f x!i I assumed that this would apply _f_ to the _i_th

Re: relative precedence of ! and function application

1992-08-06 Thread Stephen J Bevan
In article [EMAIL PROTECTED] [EMAIL PROTECTED] (Paul Hudak) writes: Array notation conventions aside, I think the simple rule that normal application has higher precedence than infix application is a Big Win. So do I, and therefore I'm not seriously suggesting a change. Howerver,