static LPair mapLike pairsMap(fO f, LPair l) { ret map(l, func(Pair p) -> Pair { mapPair(f, p) }); }