static Symbol ai_symbolIfExistsOrNull(Symbol s) {
  ret ai_hasTerm(s) ? s : null;
}