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

6 lines
62 B
Idris

infix 3 #
data T : Type where
(#) : T -> T -> T
leaf : T