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