static bool canQuickEval(S t) { ret isQuoted(t) || isIdentifier(t) || isInteger(t); }