Recognizer for scope names.
(vl-scopeid-p x) → bool
Function:
(defun vl-scopeid-p (x) (declare (xargs :guard t)) (let ((__function__ 'vl-scopeid-p)) (declare (ignorable __function__)) (or (stringp x) (integerp x))))
Theorem:
(defthm vl-scopeid-compound-recognizer (equal (vl-scopeid-p x) (or (stringp x) (integerp x))) :rule-classes :compound-recognizer)