smuggler2
smuggler2 copied to clipboard
Add option to not change qualified imports
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)
Thanks. I'll have a look to see how straightforward that would be.