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

5 lines
65 B
Idris

data Foo : Type where
FooBase : Foo
(@) : Foo -> Foo -> Foo