static <A, B> S lambdaMapLike printLinesMap(IF1<A, B> f, Iterable<A> l) {
  ret printMapLines(f, l);
}