diff: fix instance decls in .int files

Peter Schachte pets at students.cs.mu.OZ.AU
Tue Mar 3 09:50:43 AEDT 1998


On Tue, 3 Mar 1998, Fergus Henderson wrote:

> So a better fix would be to change the precedence of the module
> qualifier (currently ":") to something that binds tighter
> (i.e. that is numerically lower) than any other operator.

That's probably a good idea, but it will mean that writing something like

	int:Numerator/Denominator

won't work anymore.  You'll have to write

	int:(Numerator/Denominator)

That's probably not a bad thing, but it should be documented.


-Peter Schachte			| "Under capitalism, man exploits man. Under
pets at cs.mu.OZ.AU		| communism, it's just the opposite." - John
http://www.cs.mu.oz.au/~pets/	| Kenneth Galbraith 
PGP key available on request	| 




More information about the developers mailing list