src/Importify/Resolution/Qualified.hs
Redundant fmap Open
Open
byModuleName = maybe True isImportNeeded
. fmap dropAnn
. qualifiedName
- Read upRead up
- Exclude checks
Found
maybe True isImportNeeded . fmap dropAnn . qualifiedName
Perhaps
(maybe True (isImportNeeded . dropAnn) . qualifiedName)
Unused LANGUAGE pragma Open
Open
{-# LANGUAGE ExplicitForAll #-}
- Read upRead up
- Exclude checks
Found
{-# LANGUAGE ExplicitForAll #-}
Perhaps
Applying this change:
- Extension ExplicitForAll is implied by ScopedTypeVariables