Idris2/tests/idris2/data/record012/Issue2065.idr
2023-09-07 14:57:22 +01:00

10 lines
121 B
Idris

%prefix_record_projections off
data T : Nat -> Type where
MkT : (n : Nat) -> T n
record R where
n : Nat
x : T n