static L combineLists3(L a, L b, L c) { ret combineLists(a, combineLists(b, c)); }