haskell-language-server-1.1.0.0: test/testdata/completion/Completion.hs
{-# LANGUAGE OverloadedStrings #-}
import Data.Maybe
import qualified Data.List
main :: IO ()
main = putStrLn "hello"
foo :: Either a b -> Either a b
foo = id
{-# LANGUAGE OverloadedStrings #-}
import Data.Maybe
import qualified Data.List
main :: IO ()
main = putStrLn "hello"
foo :: Either a b -> Either a b
foo = id