packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/transform-list-comp-using-binder.yaml

src: |
  {-# LANGUAGE TransformListComp #-}
  module TransformListCompUsingBinder where
  using = ()
ghc: |
  test.hs:3:1: error: [GHC-58481] parse error on input `using'
aihc: |
  test.hs:3:1:
  3 | using = ()
    | ^^^^^
  unexpected using
  expecting end of input