spurious ambiguous exports

Ross Paterson ross@soi.city.ac.uk
Mon, 6 Jan 2003 12:29:24 +0000


On Mon, Jan 06, 2003 at 11:52:38AM +0000, Ross Paterson wrote:
> The current CVS version fails on tests/static/mod33.hs:
> 
> 	module M where id x = x
> 
> and also
> 
> 	module M(module M) where id x = x

and also

	module M(module Prelude) where id x = x