mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
eb3cba5f85
This improves coverage checking, because it can now see that things like (Z = S x) and (x = S x) are empty. Previously, it only checked that all possible constructors had a disjoint index. Now, it looks for matches and checks for disjointness in the matches, which catches a lot more things especially with equality.
4 lines
44 B
Plaintext
Executable File
4 lines
44 B
Plaintext
Executable File
$1 --no-banner eq.idr --check
|
|
|
|
rm -rf build
|