
18 Nov
2020
18 Nov
'20
4:44 p.m.
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.