haskell-language-server-2.7.0.0: plugins/hls-qualify-imported-names-plugin/test/data/ExplicitPrelude.hs
module ExplicitPrelude where import Prelude f :: String -> Int -> Maybe Bool f a b = Just False class Functor f => MyClass f where method :: f Int