mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-18 18:31:43 +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.
6 lines
38 B
Idris
6 lines
38 B
Idris
module C
|
|
|
|
import A
|
|
|
|
A.defA = ?newHole
|