packages feed

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

module Let where

import Foo

bar :: Int
bar = let foo = 5 in
    foo * foo

quux :: Int
quux = Foo.foo 4