static L mapLike mapLines_tlft(O f, S text) { ret map(f, tlft(text)); } ifclass F1 static L mapLines_tlft(S text, F1 f) { ret mapLines_tlft(f, text); } static L mapLines_tlft(F1 f, S text) { ret map(f, tlft(text)); } endif