mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 09:49:24 +03:00
5 lines
105 B
Idris
5 lines
105 B
Idris
|
foo : (x : Nat) -> case x of
|
||
|
Z => Nat -> Nat
|
||
|
S k => Nat
|
||
|
|