mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 22:32:19 +03:00
688e5c586c
If we were to turn the whole check off instead of just making it (not incase || isJust (isLHS mode)) then Issue962-case would fail because `c` would get defaulted to `Integer` and not the `Int` that is expected.
4 lines
149 B
Plaintext
Executable File
4 lines
149 B
Plaintext
Executable File
$1 --no-color --console-width 0 --no-banner --check Issue962.idr
|
|
$1 --no-color --console-width 0 --no-banner --check Issue962-case.idr
|
|
|
|
rm -rf build/ |