mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
11 lines
183 B
Plaintext
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
|
|
^
|
|
|