mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 04:33:45 +03:00
5 lines
64 B
Idris
5 lines
64 B
Idris
|
record R : Type where
|
||
|
constructor MkR
|
||
|
one : Type
|
||
|
_ : Type
|