Idris2/tests/idris2/total/total012/run
2023-09-07 14:57:22 +01:00

13 lines
429 B
Plaintext
Executable File

. ../../../testutils.sh
check Issue1828.idr
check Issue1828.idr --total --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
check Issue1828.idr
check Issue1828.idr --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
check TotallyTotal.idr
check TotallyTotal.idr --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
check TotallyTotal.idr --total --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"