mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
c3ec522077
Co-authored-by: G. Allais <guillaume.allais@ens-lyon.org> Co-authored-by: stefan-hoeck <hock@zhaw.ch>
5 lines
59 B
Idris
5 lines
59 B
Idris
|
|
total
|
|
data Foo : Type where
|
|
MkFoo : (Foo -> Foo) -> Foo
|