[m-dev.] Re: list__series/3 a silly name?

David Overton dmo at cs.mu.OZ.AU
Thu Sep 26 22:57:04 AEST 2002


On Thu, Sep 26, 2002 at 09:12:17PM +1000, Andrew Clausen wrote:
> Hi all,
> 
> My previous message was rubbish.  Sorry.
> 
> list__series, does in fact, compute a series.  I was confused by
> the `..` nearby, thinking it was merely a shorthand equivalent of
> list__series.

Well, `..` is implemented using list__series:

Lo `..` Hi =
	list__series(Lo, ( pred(I::in) is semidet :- I =< Hi ), plus(1)).

> I've been hacking on this project for about 10 hours straight...
> without caffeine.

Are you crazy?  Go and get a coffee right now :-)

Cheers,


David
-- 
David Overton                  Uni of Melbourne     +61 3 8344 9159
dmo at cs.mu.oz.au                Monash Uni (Clayton) +61 3 9905 5779
http://www.cs.mu.oz.au/~dmo    Mobile Phone         +61 4 0337 4393
--------------------------------------------------------------------------
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