On 10/22/06, <b class="gmail_sendername">Bulat Ziganshin</b> &lt;<a href="mailto:bulat.ziganshin@gmail.com">bulat.ziganshin@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello Henning,<br><br>Sunday, October 22, 2006, 5:48:11 PM, you wrote:<br><br>&gt; I don't see the benefit of allowing imports anywhere at top-level.<br><br>it is useful to move together imports and related code. say:<br>
<br>#if HUGS<br>import Hugs.Base<br>addInt = hugsAddInt<br>#elseif GHC<br>import GHC.Base<br>addInt = ghcAddInt<br>#endif</blockquote><div><br>If imports were allowed everywhere, then would exports be allowed everywhere too, for the same reasons?
<br><br>Regards,<br>Brian<br></div></div>