You can already write this, with only a tiny bit of syntax:module MyApp whereimport Data.Text; import Data.Foldable; import Control.ConcurrentWhether it is good style is another matter, but all compilers will certainly accept it.Regards,MalcolmOn 1 Feb 2017, at 14:18, Vassil Ognyanov Keremidchiev wrote:______________________________Hello!What do you think about an idea to have multiple imports on a single line, like:module MyApp whereimport 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_________________
Haskell-prime mailing list
Haskell-prime@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell- prime