packages feed

haskell-language-server-2.7.0.0: plugins/hls-rename-plugin/test/testdata/QualifiedShadowing.expected.hs

import qualified Foo as F

bar :: Int -> Int
bar x = F.foobar x + foo x

foo :: Int -> Int
foo _ = 5