<div dir="ltr">Would it make sense to add multiple imports to that wiki page? I&#39;m not sure if this is supported outside of GHC, but I&#39;ve found it useful.<div><br></div><div><div>&nbsp;1 module Main where</div><div>&nbsp;2</div>
<div>&nbsp;3 import qualified Prelude as P</div><div>&nbsp;4 import Prelude ((++),show,($))</div><div>&nbsp;5</div><div>&nbsp;6 main = P.putStrLn (show $ P.length $ show $ [1] ++ [2,3])</div><div><br></div><br><div class="gmail_quote">On Mon, Sep 15, 2008 at 3:48 PM, 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="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">You&#39;re welcome. &nbsp;By the way, this page seems pretty comprehensive.<br>
<br>
<a href="http://www.haskell.org/haskellwiki/Import" target="_blank">http://www.haskell.org/haskellwiki/Import</a></blockquote><div><br></div><div>[snip]&nbsp;</div></div>
</div></div>