static bool possiblyIsEvenIndent(S s) { for (S line : lines(s)) { S indent = getLeadingSpaces(line); if (!allSpaces(indent) || odd(l(indent))) false; } true; }