Idris2-boot/tests/idris2/import003/A.idr
Edwin Brady 9bb91b5656 Allow deferring definitions to other modules
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.
2019-08-06 13:33:30 +01:00

6 lines
43 B
Idris

module A
public export
defA : Int -> Int