Opinion on multiparameters I believe that multiparameters must not be supported for assignable @@ functions. Instead f(a,b,c) will be a synonymous for f(a)(b)(c). An assignable @@ function must be a function that takes a single parameter.