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

Julien Fischer juliensf at csse.unimelb.edu.au
Tue Apr 29 16:51:46 AEST 2008


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.

Julien.
--------------------------------------------------------------------------
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