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

11 lines
183 B
Plaintext

1/1: Building Error1 (Error1.idr)
Error: Can't use reserved symbol @.
Error1:4:4--4:5
1 |
2 | data Foo : Type where
3 | FooBase : Foo
4 | (@) : Foo -> Foo -> Foo
^