hls-rename-plugin-1.0.0.2: test/testdata/LetExpression.expected.hs
module Let () where
import Foo
bar :: Int
bar = let foobar = 5 in
foobar * foobar
quux :: Int
quux = Foo.foo 4
module Let () where
import Foo
bar :: Int
bar = let foobar = 5 in
foobar * foobar
quux :: Int
quux = Foo.foo 4