mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
|
rm -rf build
|
||
|
rm -f ImplicitSplitsGen.idr
|
||
|
|
||
|
cp ImplicitSplits.idr ImplicitSplitsGen.idr
|
||
|
|
||
|
$1 --no-color --console-width 0 --no-banner ImplicitSplitsGen.idr < input
|
||
|
# now that we've inline edited it, make sure it still type checks:
|
||
|
$1 --no-color --console-width 0 --no-banner --check ImplicitSplitsGen.idr
|
||
|
|
||
|
rm ImplicitSplitsGen.idr
|