likewise, why not use semicolon? per se we already can do mulitple lines on a single line via semicolon :)

On Wed, Feb 1, 2017 at 10:34 AM, Francesco Ariis <fa-ml@ariis.it> wrote:
On Wed, Feb 01, 2017 at 04:18:13PM +0200, Vassil Ognyanov Keremidchiev wrote:
> Hello!
>
> What do you think about an idea to have multiple imports on a single line,
> like:
>
> module MyApp where
> import Data.Text, Data.Foldable, Control.Concurrent
> ...

Hello Vassil,
  how would qualified/as work?
Would import statement like this:

    import Data.Text, qualified Data.Foldable as F, Control.Concurrent

be allowed?

_______________________________________________
Haskell-prime mailing list
Haskell-prime@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-prime