Idris2/tests/idris2/perror002/expected
Andy Lok 99687976f4 Improve parse error report
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
2021-02-12 01:16:40 +08:00

9 lines
165 B
Plaintext

1/1: Building PError (PError.idr)
Error: Bracket is not properly closed.
PError.idr:5:23--5:24
|
5 | bar x = let y = 42 in (y + x
| ^