[m-dev.] diff: bug fix

Fergus Henderson fjh at cs.mu.oz.au
Thu Jul 24 17:45:41 AEST 1997


Simon TAYLOR, you wrote:
> > >  	),
> > >  	InstToUniMode =
> > >  		lambda([ArgInst::in, ArgUniMode::out] is det, (
> > > -			ArgUniMode = ((ArgInst - ArgInst) -> (free - ArgInst))
> > > +			ArgUniMode = ((ArgInst - free) -> (ArgInst - ArgInst))
> > >  		)),
> > >  	list__map(InstToUniMode, ArgInsts, UniModes),
> > 
> > I think that change is a bug.
> 
> The original code was buggy. 

Ah, right you are.

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



More information about the developers mailing list