This website requires JavaScript.
Explore
Help
Sign In
ilyakooo0
/
Idris-dev
Watch
1
Star
0
Fork
0
You've already forked Idris-dev
mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced
2024-11-15 01:25:05 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
77324bdeff
Idris-dev
/
test
/
reg005
/
run
4 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Change from shebangs with absolute references to using /usr/bin/env
2013-11-18 21:00:35 +04:00
#!/usr/bin/env bash
Move Fin, Vect and So from prelude to base They can be imported from the modules Data.Fin, Data.Vect, and Data.So respectively. The general thinking here is that not every program is going to need these, and they are often used especially by newcomers in place of something more appropriate. Also, all of them are useful for teaching, which means it is instructive for tutorials to introduce them and have people implement them themselves.
2014-12-31 23:18:02 +03:00
idris $@ reg005.idr --check
Categorise tests
2014-01-30 21:24:08 +04:00
rm -f *.ibc
Reference in New Issue
Copy Permalink