[m-rev.] for review: fix a bug caused by fake type_ctor arities

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Mar 12 20:50:56 AEDT 2003


On 10-Mar-2003, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> +++ compiler/rtti.m	8 Mar 2003 05:35:24 -0000
> @@ -109,7 +109,10 @@
>  		).
>  
>  :- type type_ctor_flag
> -	--->	reserve_tag_flag.
> +	--->	reserve_tag_flag
> +	;	variable_arity_flag
> +	;	kind_of_du_flag
> +	;	typeinfo_fake_arity_flag.

Some comments here explaining the meaning of these flags (or pointing
to where they are explained) would be very helpful.

Otherwise that looks fine.

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