haskell-language-server-2.7.0.0: plugins/hls-rename-plugin/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