Idris-dev/test/totality005/run
Edwin Brady 678fc8695f Finish guardedness check
Also needs to check under 'Delay' that any further corecursive call is
properly guarded.
2014-03-23 15:07:17 +00:00

6 lines
139 B
Bash
Executable File

#!/usr/bin/env bash
idris $@ totality005.idr --total --check
idris $@ totality005.idr -o totality005
./totality005
rm -f totality005 *.ibc