!759 cmodule Spike { start-thread { L options = speechLogToLine1AndLine2Superposition(); print(renderSuperpositionSummary(options)); //ret structWordWrap(delazyList(options)); // filter by line 2 starting with "that means" //ret asList(filterIteratorOnMapElement("line 2", options, line -> swic_wordBoundary(line, "that means"))); // filter by both lines pnl(filterIterator_predicatesOnLine1AndLine2( rcurry1 swic_wordBoundary("if i want to"), curry1 eqic("how do i do that"), options)); } }