static L allPlus1(L l) { ret map(l, func(int i) -> int { i+1 }); }