mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-25 22:06:33 +03:00
3cf223b835
This is the same behaviour as Idris 1. Fixes #217
6 lines
61 B
Idris
6 lines
61 B
Idris
mutual
|
|
record A where
|
|
b : B
|
|
record B where
|
|
a : A
|