If I chose to curry this function:
function mult(a,b,c) { return a * b * c; }
into :
function mult(a) { return funct