static L paragraphs(S text) { ret paragraphsFromText(text); } sS paragraphs(Iterable l) { ret joinWithEmptyLines(l); // joinNemptiesWithEmptyLines? }