Idris2/tests/idris2/coverage007/run
Edwin Brady eb3cba5f85 Better checking for empty types
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.
2020-05-23 11:03:54 +01:00

4 lines
44 B
Plaintext
Executable File

$1 --no-banner eq.idr --check
rm -rf build