mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-11 14:57:30 +03:00
678fc8695f
Also needs to check under 'Delay' that any further corecursive call is properly guarded.
6 lines
139 B
Bash
Executable File
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
|