Idris2/tests/idris2/data/record016/HoleRecord.idr
2023-09-07 14:57:22 +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