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