[m-rev.] New library module: table.m

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Jan 21 19:52:03 AEDT 2003


On 21-Jan-2003, Ralph Becket <rafe at cs.mu.OZ.AU> wrote:
> +table(Xss @ [Xs | _]) =
> +    ( if 
> +        M = length(Xss),
> +        N = length(Xs),
> +        all [Ys] ( member(Ys, Xss) => length(Ys) = N ),
> +      then

Syntax error (delete the "," on the second-last line above).

Also, you didn't post the updated `.exp' file for the test case.
Could you please repost an updated full diff?

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