mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 17:21:59 +03:00
11 lines
256 B
Plaintext
Executable File
11 lines
256 B
Plaintext
Executable File
. ../../../testutils.sh
|
|
rm -f ImplicitSplitsGen.idr
|
|
|
|
cp ImplicitSplits.idr ImplicitSplitsGen.idr
|
|
|
|
idris2 ImplicitSplitsGen.idr < input
|
|
# now that we've inline edited it, make sure it still type checks:
|
|
check ImplicitSplitsGen.idr
|
|
|
|
rm ImplicitSplitsGen.idr
|