aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/transform-list-comp-by-binder.yaml
src: |
{-# LANGUAGE TransformListComp #-}
module TransformListCompByBinder where
by = ()
ghc: |
test.hs:3:1: error: [GHC-58481] parse error on input `by'
aihc: |
test.hs:3:1:
3 | by = ()
| ^^
unexpected by
expecting end of input