aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/pattern-list-vs-recursive-function.yaml
src: |
f n (sq n) = True
ghc: |
test.hs:1:6: error: [GHC-07626] Parse error in pattern: sq
aihc: |
test.hs:1:9:
1 | f n (sq n) = True
| ^
unexpected 'n'
expecting pattern atom