mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
5 lines
97 B
Idris
5 lines
97 B
Idris
|
%default total
|
||
|
|
||
|
zeroImpossible : (k : Nat) -> k === Z -> Void
|
||
|
zeroImpossible (S k) eq impossible
|