mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
10 lines
167 B
Idris
10 lines
167 B
Idris
|
record Wrap (a : ?hole) where
|
||
|
constructor MkWrap
|
||
|
proj : a
|
||
|
|
||
|
record Unit (a : ?hole2) where
|
||
|
constructor MkUnit
|
||
|
|
||
|
record Tree (a : ?hole3) where
|
||
|
isThree : 3 === a
|