serokell/importify

View on GitHub
src/Importify/Preprocessor.hs

Summary

Maintainability
Test Coverage

Unused LANGUAGE pragma
Open

{-# LANGUAGE ExplicitForAll      #-}
Severity: Minor
Found in src/Importify/Preprocessor.hs by hlint

Found

{-# LANGUAGE ExplicitForAll #-}

Perhaps

Applying this change:

  • Extension ExplicitForAll is implied by ScopedTypeVariables

Use =<<
Open

    join (errorForcer <$> parseModuleAfterCPP extensions includeFiles pathToModule)
Severity: Minor
Found in src/Importify/Preprocessor.hs by hlint

Found

join
  (errorForcer <$>
     parseModuleAfterCPP extensions includeFiles pathToModule)

Perhaps

(errorForcer =<<
   parseModuleAfterCPP extensions includeFiles pathToModule)

There are no issues that match your filters.

Category
Status