Idris2/tests/idris2/perror014/expected
Guillaume Allais 0986cf177b [ parse ] better error message for list literals
I got fed up with being puzzled whenever edwin's trailing commas
and my leading commas clash and the error location is the opening
square bracket rather than the repeated comma.
2022-04-15 11:33:20 +01:00

13 lines
261 B
Plaintext

1/1: Building ParseList (ParseList.idr)
Error: Couldn't parse any alternatives:
1: Expected 'case', 'if', 'do', application or operator expression.
ParseList:8:5--8:6
4 | , 1
5 | , 2
6 | , 3
7 | , 4,
8 | , 5
^
... (41 others)