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