spurious ambiguous exports

Ross Paterson ross@soi.city.ac.uk
Mon, 6 Jan 2003 11:52:38 +0000


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

In both cases the export should be unambiguous.
(The latter was a late clarification of the Report.)