hls-change-type-signature-plugin-1.0.1.1: test/testdata/ghc921-error3.txt
• Couldn't match type ‘[Int]’ with ‘Int’
Expected: Int -> [Int]
Actual: [Int] -> [Int]
• In the second argument of ‘(.)’, namely ‘reverse’
In the expression: head . reverse
In an equation for ‘test’: test = head . reverse
|
84 | test = head . reverse
|