Idris2/tests/idris2/basic/basic029/Params.idr
2023-09-07 14:57:22 +01:00

4 lines
57 B
Idris

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