<div dir="ltr">Yes, but it could be a bit more denser without so much repetition of "import", like:<br><br>import Data.Text, qualified Data.Map as M, qualified Vector as V hiding (Vector)<div><br></div><div>i.e. the same as current situation, but allow for multiple imports for the same word "import" comma separated. What do you think? The difference in syntax is not so much different, than just allowing commas.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-02-01 23:23 GMT+02:00 Malcolm Wallace <span dir="ltr"><<a href="mailto:malcolm.wallace@me.com" target="_blank">malcolm.wallace@me.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">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><div class="h5"><div>On 1 Feb 2017, at 14:18, Vassil Ognyanov Keremidchiev wrote:</div><br class="m_-4972944777425648382Apple-interchange-newline"></div></div><blockquote type="cite"><div><div class="h5"><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, <wbr>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></div></div><span class="">
______________________________<wbr>_________________<br>Haskell-prime mailing list<br><a href="mailto:Haskell-prime@haskell.org" target="_blank">Haskell-prime@haskell.org</a><br><a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-prime" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/haskell-<wbr>prime</a><br></span></blockquote></div><br></div></div></blockquote></div><br></div>