Idris2/tests/idris2/error/perror015/expected
2023-09-07 14:57:22 +01:00

9 lines
142 B
Plaintext

1/1: Building ParseWith (ParseWith.idr)
Error: Expected '('.
ParseWith:2:12--2:13
1 | foo : Nat -> Nat
2 | foo a with a
^