specifically I am concerned about ByteString and underlying nodes .. ???<br><br><br><br><div class="gmail_quote">On Tue, Dec 2, 2008 at 3:45 AM, Bulat Ziganshin <span dir="ltr">&lt;<a href="mailto:bulat.ziganshin@gmail.com">bulat.ziganshin@gmail.com</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;">Hello Vasili,<br>
<div><div></div><div class="Wj3C7c"><br>
Tuesday, December 2, 2008, 11:48:40 AM, you wrote:<br>
&gt; &nbsp;&nbsp;&nbsp;&nbsp; I am a little uncertain about &quot;import&quot; semantics in a<br>
&gt; hierarchical package ... i.e. if I import the root of a package root<br>
&gt; do I get everything under the &quot;root&#39;s&quot; namespace, i.e. the namespace tree?<br>
<br>
</div></div>no. you import just *module*, and it gives you just the identifiers<br>
exported by module (by default - all symbols *defined* in this module)<br>
<font color="#888888"><br>
--<br>
Best regards,<br>
&nbsp;Bulat &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;mailto:<a href="mailto:Bulat.Ziganshin@gmail.com">Bulat.Ziganshin@gmail.com</a><br>
<br>
</font></blockquote></div><br>