static Set nlLogic_allLHSEvalFragments(L rules) { final new TreeSet set; nlLogic_visit(collect(rules, 'in), voidfunc(O o) { if (o cast Func) if (eq(o.name, 'eval)) set.add(o.arg.text()); }); ret set; }