packages feed

hls-rename-plugin-1.0.0.0: test/testdata/FunctionName.hs

main = do
    x <- return $ foo 42
    return (foo x)
foo, bar :: Int -> Int
foo x = x + 1
bar = (+ 1) . foo