haskell-language-server-1.1.0.0: test/testdata/FuncTest.hs
module Main where main = putStrLn "hello" foo :: Int foo = bb bb = 5 baz = do putStrLn "hello" f x = x+1
module Main where main = putStrLn "hello" foo :: Int foo = bb bb = 5 baz = do putStrLn "hello" f x = x+1