Would it make sense to add multiple imports to that wiki page? I'm not sure
if this is supported outside of GHC, but I've found it useful.
 1 module Main where
 2
 3 import qualified Prelude as P
 4 import Prelude ((++),show,($))
 5
 6 main = P.putStrLn (show $ P.length $ show $ [1] ++ [2,3])


On Mon, Sep 15, 2008 at 3:48 PM, Paulo Tanimoto <[EMAIL PROTECTED]>wrote:

> You're welcome.  By the way, this page seems pretty comprehensive.
>
> http://www.haskell.org/haskellwiki/Import


[snip]
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to