mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 10:51:35 +03:00
9bb91b5656
This is supported by Idris 1 and is handy for breaking cycles in modules. To achieve this, we just need to make sure that complete definitions aren't overwritten with empty definitions on loading.
5 lines
20 B
Idris
5 lines
20 B
Idris
module B
|
|
|
|
import A
|
|
|