[Haskell-cafe] import qualified?

Vasili I. Galchin vigalchin at gmail.com
Sat May 23 02:08:42 EDT 2009


Hi Paulo,

    You are teasing me ;^) So what is the "semantics" of "import qualified
Blah"?

Regards,

Vasili

On Sat, May 23, 2009 at 12:47 AM, Paulo Tanimoto <tanimoto at arizona.edu>wrote:

> On Sat, May 23, 2009 at 12:39 AM, Vasili I. Galchin <vigalchin at gmail.com>
> wrote:
> > Hello,
> >
> >      I am working with some somewhat legacy code. I understand what
> "import
> > qualified Blah as B" means but what does "import qualified Blah" mean? Is
> > this a deprecated feature? I saw with user defined module as well as with
> > "import qualified System" for example.
> >
> > REgards,
> >
> > Vasili
> >
> > _______________________________________________
> > Haskell-Cafe mailing list
> > Haskell-Cafe at haskell.org
> > http://www.haskell.org/mailman/listinfo/haskell-cafe
> >
> >
>
> See the report, section 5.3.2:
> http://www.haskell.org/onlinereport/modules.html
>
> Because we tend to have long names now, you will often see people
> aliasing.  But "qualified" by itself has an important role, it's not
> deprecated.
>
> Paulo
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090523/0f2b5a60/attachment.html


More information about the Haskell-Cafe mailing list