static void printIndentedLines(L lines) { for (S s : lines) printIndent(s); }