Idris2/tests/idris2/error011/expected
Giuseppe Lomurno 6298a6741d Adds bounds to compiler parser
- Added primitive to compiler parser for precise text boundaries
- Reworked parser with the new primitive
2020-08-18 19:25:36 +01:00

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
| ^^^^^^^^^^^^