Idris2/tests/idris2/coverage012/expected
Guillaume ALLAIS 741960f0d1 [ test ] case for #484
This issue was fixed by #1081
2021-02-22 16:04:04 +00:00

27 lines
575 B
Plaintext

1/1: Building Issue899 (Issue899.idr)
Error: zeroImpossible is not covering.
Issue899.idr:3:1--3:46
1 | %default total
2 |
3 | zeroImpossible : (k : Nat) -> k === Z -> Void
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing cases:
zeroImpossible 0 _
1/1: Building Issue484 (Issue484.idr)
Error: swap is not covering.
Issue484.idr:10:1--10:41
06 | getType Vrai = Unit
07 | getType Faux = Unit
08 | getType Indef = Void
09 |
10 | swap : (t : Three) -> getType t -> Three
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing cases:
swap Faux _