/* Curry test */ add_func : x y -> x + y; curried : curry @add_func 3 4; ..out curried;