Idris2/tests/idris2/positivity004/run
Guillaume ALLAIS d0c0698c45 [ re #1771 ] Check parameters for positive uses
It's fine to allow positive occurences in (strictly positive)
parameters but we do need to check that these occurences are
strictly positive!
2021-07-23 13:30:24 +01:00

5 lines
241 B
Plaintext

rm -rf build
$1 --no-banner --no-color --console-width 0 Issue1771-1.idr --check || true
$1 --no-banner --no-color --console-width 0 Issue1771-2.idr --check || true
$1 --no-banner --no-color --console-width 0 Issue1771-3.idr --check || true