[Haskell-cafe] ghci module re exporting qualified as

Henning Thielemann lemming at henning-thielemann.de
Wed Nov 18 16:44:56 UTC 2020


On Wed, 18 Nov 2020, Brandon Allbery wrote:

> I'm under the impression that they want to export names qualified, but 
> qualification only happens on import. If you export names from an 
> imported module, they will appear to be from the imported module, not 
> the original.

That's true for compiled Haskell. But I know I have already re-used the 
qualifications within interpreted modules in GHCi.


More information about the Haskell-Cafe mailing list