Idris2/tests/idris2/perror018/ParseRecord3.idr
2022-09-22 12:25:20 +01:00

5 lines
64 B
Idris

record R where
constructor MkR
one : Type
{auto _ : Type}