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