Multiple imports on a single line

Vassil Ognyanov Keremidchiev varosi at gmail.com
Wed Feb 1 14:18:13 UTC 2017


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
...


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.

Best regards,
Vassil Keremidchiev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-prime/attachments/20170201/dcb46ef8/attachment.html>


More information about the Haskell-prime mailing list