hls-change-type-signature-plugin-1.0.1.0: test/testdata/TExpectedActual.expected.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