static void psl(O o) { print(structureLines(o)); } static void psl(S indent, O o) { printIndent(indent, structureLines(o)); }