mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-05 06:37:23 +03:00
4 lines
56 B
Idris
4 lines
56 B
Idris
|
parameters (x : Nat, y : Nat)
|
||
|
add : Nat
|
||
|
add = x + y
|