mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
c69f439c2d
* cleanup(Compiler/*) cleanup some messy/unclear code Also use primitives directly where possible, instead of idris's wrappers * Fix tests
7 lines
211 B
Plaintext
Executable File
7 lines
211 B
Plaintext
Executable File
rm -rf build
|
|
rm Main.cases
|
|
|
|
$1 --no-color --console-width 0 --no-banner --dumpcases Main.cases -o Main Main.idr
|
|
|
|
cat Main.cases | sed -E "s/[0-9]+}/N}/g" | sed -E "s/[0-9]+:[0-9]+/L:C/g" | sed '/Constructor/!d'
|