you can do it today:
  import Foo; import Bar; import Baz

you do have to repeat the ‘import’ though

S

From: ghc-devs [mailto:[email protected]] On Behalf Of eng. Vassil 
Ognyanov Keremidchiev
Sent: 31 July 2014 23:25
To: [email protected]
Subject: Multiple imports on single line

Hello, dear GHC developers!

Is it possible to add such constructions in next GHCs:

import Data.List, Data.Array, Data.Aeson, Network.HTTP.Conduit

on a single line. This will simplify source code and clear the space before the 
actual code.

Best regards,
  Vassil Keremidchiev
_______________________________________________
ghc-devs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-devs

Reply via email to