[Haskell-cafe] Haddock and the qualified imports

David Waern david.waern at gmail.com
Tue Dec 6 20:51:45 CET 2011


2011/12/6 Evan Laforge <qdunkan at gmail.com>:
> I've also often wished that unimported but fully qualified modules
> like 'Data.List.partition' would link even if Data.List is not
> imported.  I suppose similarly to the way that ""s "blind link"
> without having to know about the module in question.

That's just been fixed - it's just been a long standing bug.

> And speaking of ""s, I've always wondered why double quotes were
> needed for module names, and why single quotes around capitalized
> words isn't sufficient.

That would refer to a type or data constructor!

David



More information about the Haskell-Cafe mailing list