Idris2/tests/idris2/interactive042/run
2022-04-29 12:52:23 +01:00

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