[nhc-bugs] nhc98 module bug
Manuel M. T. Chakravarty
chak@cse.unsw.edu.au
Wed, 26 Sep 2001 23:19:09 +1000
Malcolm Wallace <Malcolm.Wallace@cs.york.ac.uk> wrote,
> > 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.
Would importing everything qualified help?
Manuel