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