mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-24 12:54:28 +03:00
4 lines
56 B
Idris
4 lines
56 B
Idris
parameters (x : Nat, y : Nat)
|
|
add : Nat
|
|
add = x + y
|