mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 00:31:57 +03:00
13 lines
269 B
Plaintext
13 lines
269 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 _
|
|
|