packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/pattern-reserved-with-patternsynonyms.yaml

src: |
  {-# LANGUAGE PatternSynonyms #-}
  id :: pattern -> pattern
  id x = x
ghc: |
  test.hs:2:7: error: [GHC-58481] parse error on input `pattern'
aihc: |
  test.hs:2:7:
  2 | id :: pattern -> pattern
    |       ^^^^^^^
  unexpected 'pattern'
  expecting type