Idris2/tests/idris2/record016/HoleRecord.idr
2022-06-17 10:17:40 +01:00

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