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

7 lines
56 B
Idris

record B
record A where
b : B
record B where
a : A