packages feed

hls-change-type-signature-plugin-1.0.1.1: test/testdata/ghc921-error2.txt

    • Couldn't match type ‘b0 -> a0 -> b0’ with ‘Int’
      Expected: Int -> Int
        Actual: (b0 -> a0 -> b0) -> b0 -> t0 a0 -> b0
    • Probable cause: ‘foldl’ is applied to too few arguments
      In the expression: foldl
      In an equation for ‘test’: test = foldl
   |
83 | test = foldl
   |