mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 02:31:50 +03:00
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
|
1/1: Building ParseError (ParseError.idr)
|
||
|
Error: Cannot begin a declaration with a reserved identifier.
|
||
|
|
||
|
ParseError:3:1--3:7
|
||
|
1 | module ParseError
|
||
|
2 |
|
||
|
3 | String : Type
|
||
|
^^^^^^
|
||
|
|