mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
741960f0d1
This issue was fixed by #1081
27 lines
575 B
Plaintext
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 _
|
|
|