haskell-language-server-2.7.0.0: plugins/hls-retrie-plugin/test/testdata/NestedNested.hs
module NestedNested where
function x = meme x
where
meme x = identity x
identity x = x
module NestedNested where
function x = meme x
where
meme x = identity x
identity x = x