aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/pattern-as-non-constructor.yaml
src: |
f x@(just a) = ()
ghc: |
test.hs:1:6: error: [GHC-07626] Parse error in pattern: just
aihc: |
test.hs:1:11:
1 | f x@(just a) = ()
| ^
unexpected 'a'
expecting pattern atom