static Pair mapPair(O f, Pair p) { ret pairMap(f, p); } static Pair mapPair(Pair p, O f) { ret pairMap(f, p); }