(vl-importpart-p x) → *
Function:
(defun vl-importpart-p (x) (declare (xargs :guard t)) (let ((__function__ 'vl-importpart-p)) (declare (ignorable __function__)) (or (eq x :vl-import*) (stringp x))))
Theorem:
(defthm vl-importpart-p-when-stringp (implies (stringp x) (vl-importpart-p x)))
Theorem:
(defthm vl-importpart-p-compound-recognizer (implies (vl-importpart-p x) (or (and (symbolp x) (not (equal x nil)) (not (equal x t))) (stringp x))) :rule-classes :compound-recognizer)