Recognizer for symbol structures.
(symbolp x) → *
Function:
(defun symbolp (x) (declare (xargs :guard t)) (let ((__function__ 'symbolp)) (declare (ignorable __function__)) (cond ((natp x) (b* ((get x)) (natp get))) (t (b* ((get x)) (rulenamep get))))))