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