importify icon indicating copy to clipboard operation
importify copied to clipboard

[IMRF-86] Remove unused `IThingAll` imports

Open chshersh opened this issue 8 years ago • 0 comments

Consider next module:

import Language.Haskell.Exts (Module (..))

foo :: Module
foo = undefined

(..) part is not used and can be removed safely in this case. Though, ghc doesn't complain about unused (..) part. Maybe there's something I'm missing but (..) can be removed. And this is easily doable with importify.

chshersh avatar Aug 11 '17 14:08 chshersh