(vl-ppst->bytes &key (ppst 'ppst)) → bytes
Function:
(defun vl-ppst->bytes$inline (ppst) (declare (xargs :stobjs (ppst))) (declare (xargs :guard t)) (let ((__function__ 'vl-ppst->bytes)) (declare (ignorable __function__)) (mbe :logic (lnfix (vl-ppst->bytes-raw ppst)) :exec (vl-ppst->bytes-raw ppst))))
Theorem:
(defthm natp-of-vl-ppst->bytes (b* ((bytes (vl-ppst->bytes$inline ppst))) (natp bytes)) :rule-classes :rewrite)