smuggler2 icon indicating copy to clipboard operation
smuggler2 copied to clipboard

Add option to not change qualified imports

Open gittywithexcitement opened this issue 5 years ago • 1 comments

E.g. when I have import qualified Foo.Bar as Foo or import qualified Foo.Bar

then don't change it and add explicit imports like so:

import qualified Foo.Bar as Foo (foo, bar, baz)

gittywithexcitement avatar Sep 02 '20 05:09 gittywithexcitement

Thanks. I'll have a look to see how straightforward that would be.

jrp2014 avatar Sep 05 '20 11:09 jrp2014