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
_test/check-exercises.hs:18:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
Should check whether that's required. If not required, remove the line completely. If required, add the ().
The text was updated successfully, but these errors were encountered:
The last link has some solutions to avoid this warning.
rbasso
changed the title
check-exercises.hs possibly has unused importcheck-exercises.hs show *redundant import*'s warning after GHC 7.10.x
Jun 17, 2016
rbasso
changed the title
check-exercises.hs show *redundant import*'s warning after GHC 7.10.x
check-exercises.hs redundant import warning after GHC 7.10.x
Jun 17, 2016
Travis keeps warning with:
Should check whether that's required. If not required, remove the line completely. If required, add the
()
.The text was updated successfully, but these errors were encountered: