Idris2/tests/idris2/perror024/expected
Ellis Kesterton 9931f35b6b
Improve parser error messages when using reserved identifiers in decls (#2803)
Co-authored-by: Ellis Kesterton <erk4@st-andrews.ac.uk>
2022-12-07 16:09:26 +00:00

10 lines
187 B
Plaintext

1/1: Building ParseError (ParseError.idr)
Error: Keyword 'module' is not a valid start to a declaration.
ParseError:3:1--3:7
1 | module ParseError
2 |
3 | module : Type
^^^^^^