haskell-language-server-2.7.0.0: plugins/hls-change-type-signature-plugin/test/testdata/TExpectedActual.hs
module TExpectedActual where
fullSig :: Int -> Int
fullSig = go
where
go = head . reverse
module TExpectedActual where
fullSig :: Int -> Int
fullSig = go
where
go = head . reverse