mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +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. |
||
---|---|---|
.. | ||
expected | ||
foobar.idr | ||
input | ||
run |