aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/import-then-let-missing-rhs.yaml
src: |
import
x = let
ghc: |
test.hs:2:1: error: [GHC-58481]
parse error (possibly incorrect indentation or mismatched brackets)
aihc: |
test.hs:1:1:
1 | import
| ^^^^^^
unexpected end of input
expecting module name
test.hs:2:5:
2 | x = let
| ^^^
unexpected end of input
expecting expression
context: while parsing equation right-hand side