static Pair replacePairA(Pair p, A a) { ret p == null ? null : pair(a, p.b); }