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
module Let where
import Foo
bar :: Int
bar = let foo = 5 in
foo * foo
quux :: Int
quux = Foo.foo 4