static LPair pairListMap(final F1 f, LPair l) { ret map(l, func(Pair p) -> Pair { pairMap(f, p) }); }