Macro:
(defmacro vl-ps->htmlp nil '(vl-ps->htmlp-fn ps))
Function:
(defun vl-ps->htmlp-fn$inline (ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard t)) (let ((__function__ 'vl-ps->htmlp-fn)) (declare (ignorable __function__)) (mbe :logic (if (vl-ps->htmlp-raw ps) t nil) :exec (vl-ps->htmlp-raw ps))))
Theorem:
(defthm booleanp-of-vl-ps->htmlp-fn (b* ((htmlp (vl-ps->htmlp-fn$inline ps))) (booleanp htmlp)) :rule-classes :type-prescription)