Idris2/tests/idris2/record018/mut.idr

7 lines
56 B
Idris
Raw Normal View History

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