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