packages feed

haskell-language-server-1.4.0.0: test/testdata/completion/FunctionCompletions.hs

import Control.Applicative (Alternative)
import qualified Data.List

main :: IO ()
main = putStrLn "hello"

foo :: Either a b -> Either a b
foo = id