+*In computer science, partial application (or partial function application) refers to the process of fixing a number of arguments to a function, producing another function of smaller arity.*
+
+In gwion, you can use the `curry` function to achieve that