sS lambdaMapLike mapEachLine(IF1 f, S text) { ret lines_possiblyRTrim(text, mapLines(f, text)); } sS mapEachLine(S text, IF1 f) { ret mapEachLine(f, text); }