[fjh at cs.mu.OZ.AU: Re: [m-rev.] For review: updates to string.m]

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Oct 28 16:25:00 AEDT 2002


On 28-Oct-2002, Ralph Becket <rafe at cs.mu.OZ.AU> wrote:
> library/string.m:
> 	Changed the behaviour of string__foldr_substring to be "safe"
> 	in the sense that it is equivalent to calling
> 	    foldr(Closure, substring(String, Start, Count), Acc0, Acc)
> 	rather than
> 	    foldr(Closure, unsafe_substring(String, Start, Count), Acc0, Acc).

That looks good, thanks. 

It would be nice to also add a test case for this.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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