sS mapEachLine(O f, S text) { ret lines(mapLines(f, text)); } sS mapEachLine(S text, O f) { ret mapEachLine(f, text); } sS mapEachLine(S text, IF1 f) { ret mapEachLine(f, text); }