Idris2/tests/idris2/record016/HoleRecord.idr

10 lines
167 B
Idris
Raw Normal View History

2022-06-16 18:32:00 +03:00
record Wrap (a : ?hole) where
constructor MkWrap
proj : a
record Unit (a : ?hole2) where
constructor MkUnit
record Tree (a : ?hole3) where
isThree : 3 === a