[m-rev.] for review: normalize decl_ids in decl_set
Peter Ross
pro at missioncriticalit.com
Fri Nov 1 20:33:12 AEDT 2002
fjh wrote:
> Just a few minor points:
>
> s/Hanle/Handle/
>
Done.
> > --- compiler/rtti.m 27 Oct 2002 03:18:39 -0000 1.21
> > +++ compiler/rtti.m 31 Oct 2002 17:07:00 -0000
> > @@ -413,8 +413,8 @@
> > arg_types :: list(type),
> > pred_id :: pred_id,
> > proc_id :: proc_id,
> > - proc_varset :: prog_varset,
> > - proc_headvars :: list(prog_var),
> > + proc_headvars :: list(pair(prog_var,
> > + string)),
>
> s/list(pair(/assoc_list(/
>
> Also, it's not clear here that the string is the variable name.
> Please add a comment, or use an equivalence type (or both).
>
Done.
--------------------------------------------------------------------------
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