
22 Feb
2019
22 Feb
'19
7:58 a.m.
On Thu, 21 Feb 2019, Lennart Augustsson wrote:
Sure, but with a lot more overhead.
It would look like this: module Unqualified (...) where module Qualified ( module Unqualified, e, ) where If the list of qualified exports is long, then it might even be less to write than adding 'qualified' to many identifiers. I don't like to make the already complicated module system even more complicated for promoting a feature that has code smell anyway (namely, unrestricted unqualified imports).