mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-18 10:21:39 +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
43 B
Idris
6 lines
43 B
Idris
module A
|
|
|
|
public export
|
|
defA : Int -> Int
|
|
|