mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-25 13:54:55 +03:00
6 lines
61 B
Idris
6 lines
61 B
Idris
|
mutual
|
||
|
record A where
|
||
|
b : B
|
||
|
record B where
|
||
|
a : A
|