<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">You can already write this, with only a tiny bit of syntax:<div><br></div><div>module MyApp where</div><div>import Data.Text;  import Data.Foldable;  import Control.Concurrent</div><div><br></div><div>Whether it is good style is another matter, but all compilers will certainly accept it.</div><div><br></div><div>Regards,</div><div>    Malcolm</div><div><br></div><div><br><div><div>On 1 Feb 2017, at 14:18, Vassil Ognyanov Keremidchiev wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hello!<div><br></div><div>What do you think about an idea to have multiple imports on a single line, like:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>module MyApp where</div><div>import Data.Text, Data.Foldable, Control.Concurrent<br></div><div>...<br></div></blockquote><div><br></div><div>That way we could write more concise and short code as Haskell promises. This will be useful for small programs like scripts, small tools, tutorials, examples, etc.</div><div><br></div><div>Best regards,</div><div>Vassil Keremidchiev</div></div>
_______________________________________________<br>Haskell-prime mailing list<br><a href="mailto:Haskell-prime@haskell.org">Haskell-prime@haskell.org</a><br>http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-prime<br></blockquote></div><br></div></body></html>