Group: linux.debian.bugs.dist · Group Profile · Search for Inverse 1 2 in linux.debian.bugs.dist
Author: Vladimir Z
Date: Dec 26, 2008 10:40
On Mon, Sep 15, 2008 at 3:04 PM, John Van Enk <vanenkj@gmail.com> wrote: 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]) I don't
|