Idris2/tests/idris2/total/total013/Issue1404.idr
2023-09-07 14:57:22 +01:00

5 lines
59 B
Idris

total
data Foo : Type where
MkFoo : (Foo -> Foo) -> Foo