mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-24 21:34:36 +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
|