sbool containsDoubleArrowAtBeginningOfLine(S s) { for (S line : lines(s)) if (startsWithAfterTrim(line, "=>")) true; false; }