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