Idris2/tests/idris2/total012/run

12 lines
655 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 | sed -r "s/.([0-9]){10}//g"
$1 --no-color --console-width 0 Issue1828.idr --check
$1 --no-color --console-width 0 Issue1828.idr --check --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
$1 --no-color --console-width 0 TotallyTotal.idr --check
$1 --no-color --console-width 0 TotallyTotal.idr --check --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
$1 --no-color --console-width 0 TotallyTotal.idr --check --total --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"