This website requires JavaScript.
Explore
Help
Sign In
edwinb
/
Idris2-boot
Watch
1
Star
1
Fork
0
You've already forked Idris2-boot
mirror of
https://github.com/edwinb/Idris2-boot.git
synced
2024-12-18 10:21:39 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
71cae356e2
Idris2-boot
/
tests
/
idris2
/
import003
/
run
5 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add '--no-banner' option
2019-09-24 17:26:25 +03:00
$1 --no-banner B.idr < input
$1 --no-banner C.idr < input
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 15:19:30 +03:00
rm -rf build
Reference in New Issue
Copy Permalink