static L lispStatementsByHead(fS head) { ret aiUsing([LispStatement s : values(lispStatements_cached()) | s.term.is(head)]); }