Idris2-boot/tests/idris2/basic029/Params.idr
2019-10-24 00:06:57 +03:00

4 lines
56 B
Idris

parameters (x : Nat, y : Nat)
add : Nat
add = x + y