Idris2/tests/idris2/error018/run
Guillaume ALLAIS 31a5175a02 [ re #1031 ] Disallow ? patterns on the LHS
We do this during desugaring because elaboration may insert valid
`?` values on the LHS (e.g. when elaborating things that cannot be
pattern-matched on and should be checked to be forced).
2021-05-20 10:23:00 +01:00

6 lines
284 B
Plaintext
Executable File

$1 --no-color --console-width 0 --no-banner --check Issue1031.idr
$1 --no-color --console-width 0 --no-banner --check Issue1031-2.idr
$1 --no-color --console-width 0 --no-banner --check Issue1031-3.idr
$1 --no-color --console-width 0 --no-banner --check Issue1031-4.idr
rm -rf build/