This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
compilation/flap/tests/04-Hobix_to_Fopix/02-addk.hobix
2023-12-11 11:49:02 +01:00

5 lines
78 B
Text

fun addk (k) = \(x) => x + k
val f = addk (41)
val main = print_int (f (1))