[m-rev.] For review: add `..' as an infix operator.
Ralph Becket
rafe at cs.mu.OZ.AU
Thu Dec 16 13:46:21 AEDT 2004
Estimated hours taken: 0.1
Branches: main
library/ops.m:
Add `..' as an infix operator.
Index: library/ops.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/ops.m,v
retrieving revision 1.45
diff -u -r1.45 ops.m
--- ops.m 15 Mar 2004 06:50:16 -0000 1.45
+++ ops.m 15 Dec 2004 05:09:32 -0000
@@ -238,6 +238,7 @@
:- mode ops__op_table(in, in, out, out) is semidet.
:- mode ops__op_table(in, out, out, out) is nondet.
+ops__op_table("..", after, xfx, 550). % standard ISO Prolog
ops__op_table("*", after, yfx, 400). % standard ISO Prolog
ops__op_table("**", after, xfy, 200). % standard ISO Prolog
ops__op_table("+", after, yfx, 500). % standard ISO Prolog
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list