module Test.ImplicitImportUnused ( foo, bar ) where import Data.List import Data.Bool (not, (&&)) import Data.Maybe (fromMaybe, isJust, isNothing) foo = isJust bar = 27