
26 Sep
2001
26 Sep
'01
6:17 a.m.
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