mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 00:31:57 +03:00
6298a6741d
- Added primitive to compiler parser for precise text boundaries - Reworked parser with the new primitive
16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
1/1: Building ConstructorDuplicate (ConstructorDuplicate.idr)
|
|
Error: Main.B is already defined.
|
|
|
|
ConstructorDuplicate.idr:1:14--1:15
|
|
|
|
|
1 | data A = B | B
|
|
| ^
|
|
|
|
Error: Main.D is already defined.
|
|
|
|
ConstructorDuplicate.idr:5:3--5:15
|
|
|
|
|
5 | D : C String
|
|
| ^^^^^^^^^^^^
|
|
|