static L allPlus(final int x, L l) { ret map(l, func(int i) -> int { i+x }); }