
1 Feb
2017
1 Feb
'17
10:34 a.m.
On Wed, Feb 01, 2017 at 04:18:13PM +0200, Vassil Ognyanov Keremidchiev wrote:
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 ...
Hello Vassil, how would qualified/as work? Would import statement like this: import Data.Text, qualified Data.Foldable as F, Control.Concurrent be allowed?