importify icon indicating copy to clipboard operation
importify copied to clipboard

[IMRF-69] Multiple qualified imports sharing same name are not cleared well

Open chshersh opened this issue 8 years ago • 0 comments

Multiple qualified imports sharing same name are not touched when one is unused.

import qualified Distribution.ModuleName         as Cabal
import qualified Language.Haskell.Extension      as Cabal (Extension (..),
                                                           KnownExtension (..))

chshersh avatar Aug 11 '17 14:08 chshersh