sS unparseFunctionCall(Pair p) { ret p == null ? null : formatFunctionCall(p.a, toObjectArray(p.b)); }