[m-dev.] diff: Mention x `fun` y transformation in NEWS
Peter Ross
petdr at cs.mu.OZ.AU
Tue Jul 13 12:46:59 AEST 1999
Hi,
===================================================================
Estimated hours taken: 0.25
NEWS:
Mention the x `fun` y to fun(x, y) transformation.
Index: NEWS
===================================================================
RCS file: /home/staff/zs/imp/mercury/NEWS,v
retrieving revision 1.143
diff -u -r1.143 NEWS
--- NEWS 1999/04/23 01:02:26 1.143
+++ NEWS 1999/07/12 08:05:46
@@ -36,6 +36,10 @@
instead. The compiler still supports the old-style syntax, but
we plan to eventually drop this support in some future release.
+* Terms in the form of x `fun` y are transformed into fun(x, y). `fun`
+ is parsed as an infix operator with the highest possible precedence
+ and left associativity.
+
Changes to the Mercury standard library:
****************************************
----
+----------------------------------------------------------------------+
| Peter Ross M Sci/Eng Melbourne Uni |
| petdr at cs.mu.oz.au WWW: www.cs.mu.oz.au/~petdr/ ph: +61 3 9344 9158 |
+----------------------------------------------------------------------+
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list