[m-rev.] for review: add 2 news items to web site

Ian MacLarty maclarty at csse.unimelb.edu.au
Tue Apr 29 17:34:59 AEST 2008


On Tue, Apr 29, 2008 at 04:51:46PM +1000, Julien Fischer wrote:
>
> On Tue, 29 Apr 2008, Ian MacLarty wrote:
>
>> For review by anyone.
>>
>> Estimated hours taken: 0.3
>> Branches: main
>>
>> news/newsdb.inc:
>> 	Add implementation-defined literals and support for currying of
>> 	multi-moded predicates to web site news, with MC plugs.
>>
>> Index: news/newsdb.inc
>> ===================================================================
>> RCS file: /home/mercury1/repository/w3/news/newsdb.inc,v
>> retrieving revision 1.105
>> diff -u -r1.105 newsdb.inc
>> --- news/newsdb.inc	31 Oct 2007 07:15:08 -0000	1.105
>> +++ news/newsdb.inc	29 Apr 2008 00:15:20 -0000
>> @@ -22,6 +22,24 @@
>>
>> $newsdb = array(
>>
>> +"29 April 2008" => array("Currying of multi-moded predicates",
>> +"We now support currying of multi-moded predicates where the mode to
>> +use can be determined from the curried arguments.
>> +For example one can now use expressions such as
>> +list.foldl(list.foldl(int.plus), [[1, 2], [3, 4]], 0), which were 
>> previously
>> +not supported.
>
> I would suggest:
>
> 	that previously had to be written using explicit lambda
> 	expressions.
>

Done.

Ian.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list