haskell-language-server-2.7.0.0: plugins/hls-pragmas-plugin/test/testdata/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