Idris2/tests/idris2/perror009/expected

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
^