[nhc-bugs] nhc98 module bug

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Wed, 26 Sep 2001 11:17:16 +0100


> The following combination of three modules breaks nhc98 v1.08:

This is in fact another manifestation of the same import-namespace
bug that showed up in your bug report about Ix.

> import M (T)
> import qualified M (foo)

The combination of several imports of the same module, some qualified
and some unqualified, is something nhc98 gets very wrong at the moment.
In this case, I haven't got an easy workaround I'm afraid.

Regards,
    Malcolm