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