static L paragraphs() { ret rawTextFromODT(userHome("Documents/super-state.odt")); } static L paragraphs(S text) { ret paragraphsFromText(text); } sS paragraphs(Iterable l) { ret joinWithEmptyLines(l); // joinNemptiesWithEmptyLines? }