mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
8 lines
342 B
Plaintext
8 lines
342 B
Plaintext
|
rm -rf build
|
||
|
|
||
|
$1 --no-color --console-width 0 --check NamedReturn1.idr || true
|
||
|
$1 --no-color --console-width 0 --check NamedReturn2.idr || true
|
||
|
$1 --no-color --console-width 0 --check NamedReturn3.idr || true
|
||
|
$1 --no-color --console-width 0 --check NamedReturn4.idr || true
|
||
|
$1 --no-color --console-width 0 --no-banner TrailingLam.idr < input
|