static L replaceNullsWith(final A a, L l) { ret map(l, func(A x) -> A { or(x, a) }); }