newActuals[i] = actuals[i];
}
Type lub = TF.voidType();
for (int j = i; j < actuals.length; j++) {
lub = lub.lub(actuals[j].getType());
}
IListWriter list = vf.listWriter();
list.insertAt(0, actuals, i, actuals.length - arity + 1);
newActuals[i] = list.done();