Idris2/tests/idris2/total012/run

12 lines
539 B
Plaintext
Raw Normal View History

2021-09-02 01:13:14 +03:00
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