!7 cprint { start-thread { // not sure how to integrate this into the program // ProbabilisticMachine2 pm; new AllOnAll allOnAll; AllOnAllOperation op = new(allOnAll, (a, b) -> { if (callableOn_nonSynthetic(a, "get", b)) allOnAll.addBIfNotNull(callFOpt(a, b)); }); allOnAll.addB(parseBasicLogicRule( [[Cutting Budgets on Important Emergency Vehicle Bridges => Cutting Budgets on {Important Emergency Vehicle Bridges}]])); allOnAll.addA(func(BasicLogicRule rule) -> S { toStringOpt(rule.rhs) }); allOnAll.addA(func(S s) -> S { replaceCurlyBracedWithStars(s) }); stepAllWithStats(op); pnl(allOnAll.getBs()); } }