mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
12 lines
655 B
Plaintext
Executable File
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" |