Hi Paulo,<br><br>    You are teasing me ;^) So what is the &quot;semantics&quot; of &quot;import qualified Blah&quot;?<br><br>Regards, <br><br>Vasili<br><br><div class="gmail_quote">On Sat, May 23, 2009 at 12:47 AM, Paulo Tanimoto <span dir="ltr">&lt;<a href="mailto:tanimoto@arizona.edu">tanimoto@arizona.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Sat, May 23, 2009 at 12:39 AM, Vasili I. Galchin &lt;<a href="mailto:vigalchin@gmail.com">vigalchin@gmail.com</a>&gt; wrote:<br>

&gt; Hello,<br>
&gt;<br>
&gt;      I am working with some somewhat legacy code. I understand what &quot;import<br>
&gt; qualified Blah as B&quot; means but what does &quot;import qualified Blah&quot; mean? Is<br>
&gt; this a deprecated feature? I saw with user defined module as well as with<br>
&gt; &quot;import qualified System&quot; for example.<br>
&gt;<br>
&gt; REgards,<br>
&gt;<br>
&gt; Vasili<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Haskell-Cafe mailing list<br>
&gt; <a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
&gt; <a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
&gt;<br>
&gt;<br>
<br>
See the report, section 5.3.2:<br>
<a href="http://www.haskell.org/onlinereport/modules.html" target="_blank">http://www.haskell.org/onlinereport/modules.html</a><br>
<br>
Because we tend to have long names now, you will often see people<br>
aliasing.  But &quot;qualified&quot; by itself has an important role, it&#39;s not<br>
deprecated.<br>
<font color="#888888"><br>
Paulo<br>
</font></blockquote></div><br>