mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 18:51:40 +03:00
6 lines
359 B
Plaintext
6 lines
359 B
Plaintext
|
rm -rf build
|
||
|
|
||
|
$1 --no-color --console-width 0 --no-banner Issue35.idr < input
|
||
|
$1 --no-color --console-width 0 --no-banner --check Issue35-2.idr || true
|
||
|
$1 --no-color --console-width 0 --no-banner --show-machine-names --check Issue35-2.idr || true
|
||
|
$1 --no-color --console-width 0 --no-banner --show-namespaces --show-machine-names --check Issue35-2.idr || true
|