(update-parstate->chars-unread chars-unread parstate) → parstate
Function:
(defun update-parstate->chars-unread$inline (chars-unread parstate) (declare (xargs :stobjs (parstate))) (declare (xargs :guard (natp chars-unread))) (b* ((parstate (parstate-fix parstate))) (raw-update-parstate->chars-unread (nfix chars-unread) parstate)))
Theorem:
(defthm parstatep-of-update-parstate->chars-unread (b* ((parstate (update-parstate->chars-unread$inline chars-unread parstate))) (parstatep parstate)) :rule-classes :rewrite)