[Haskell-cafe] Design your modules for qualified import

Henning Thielemann lemming at henning-thielemann.de
Sat Jun 14 09:48:36 EDT 2008


On Mon, 9 Jun 2008, Duncan Coutts wrote:

> On Mon, 2008-06-09 at 16:04 +0200, Ketil Malde wrote:
>
>> And - is there a way to make GHCi use aliased qualification?  I find
>> my self typing detailed taxonomies all the time there.
>
> The ghci syntax currently is:
> :m Data.Set
> wouldn't it be much nicer as:
> import Data.Set
> then we could have the obvious:
> import Data.Set as Set

This would be nice! Feature request?



More information about the Haskell-Cafe mailing list