[m-dev.] for review: dependency restructuring change #3

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Jul 12 16:17:48 AEST 1999


On 12-Jul-1999, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
>  
> > -% :- mode mercury_compile__backend_pass(di, uo, out, di, uo) is det.
> > -:- mode mercury_compile__backend_pass(in, out, out, di, uo) is det.
> > +% :- mode mercury_compile__backend_pass(di, uo, out, out, di, uo) is det.
> > +:- mode mercury_compile__backend_pass(in, out, out, out, di, uo) is det.
> 
> I'd suggest removing the commented out mode declarations in mercury_compile.m
> rather than maintaining them. When we do add unique modes for module_infos,
> it's unlikely that the entire module_info will have inst `unique' as these
> mode declarations suggest.

That's a good suggestion, but I will save the deletion of those commented out
mode declarations for a separate change.

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