mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-23 19:54:50 +03:00
4 lines
56 B
Idris
4 lines
56 B
Idris
|
parameters (x : Nat, y : Nat)
|
||
|
add : Nat
|
||
|
add = x + y
|