Idris2/tests/idris2/total012/run
2021-09-03 12:07:29 +01:00

12 lines
539 B
Plaintext
Executable File

rm -rf build
$1 --no-color --console-width 0 Issue1828.idr --check
$1 --no-color --console-width 0 Issue1828.idr --check --total --log totality.requirement:20
$1 --no-color --console-width 0 Issue1828.idr --check
$1 --no-color --console-width 0 Issue1828.idr --check --log totality.requirement:20
$1 --no-color --console-width 0 TotallyTotal.idr --check
$1 --no-color --console-width 0 TotallyTotal.idr --check --log totality.requirement:20
$1 --no-color --console-width 0 TotallyTotal.idr --check --total --log totality.requirement:20