Spun out existing misc examples into own file

This commit is contained in:
Jan de Muijnck-Hughes 2015-04-16 09:55:04 +01:00
parent 3c53610811
commit ff46849765
7 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ check:
rm -f *.ibc
for x in *.idr ; do \
echo "Checking $$x"; \
idris -p effects --check $$x; \
idris --check $$x; \
done
.PHONY: check