[Haskell-cafe] Open unqualified imports

Henning Thielemann lemming at henning-thielemann.de
Fri Jan 16 09:56:31 EST 2009


On Fri, 16 Jan 2009, eyal.lotem at gmail.com wrote:

> import qualified Control.Monad as M
>
> M.for
> M.map
>
> and so on.

http://haskell.org/haskellwiki/Qualified_names


More information about the Haskell-Cafe mailing list