packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/lambda-in-case-branch.yaml

src: |
  f x =
    case x of
      \a -> a
ghc: |
  test.hs:3:5: error: [GHC-00482] Illegal lambda-syntax in pattern
aihc: |
  test.hs:3:5:
  3 |     \a -> a
    |     ^
  unexpected \
  expecting end of input