
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

you can do it today: import Foo; import Bar; import Baz you do have to repeat the ‘import’ though S From: ghc-devs [mailto:ghc-devs-bounces@haskell.org] On Behalf Of eng. Vassil Ognyanov Keremidchiev Sent: 31 July 2014 23:25 To: ghc-devs@haskell.org 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
participants (2)
-
eng. Vassil Ognyanov Keremidchiev
-
Simon Peyton Jones