You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of haskell-suggest-remove-import just clears line contents but do not removes it when user answers y. I propose to remove entire line, e.g.
importAimportD--^ this import is redundantimportB-- current behaviorimportAimportB-- proposedimportAimportB