(parstate->tokens-read parstate) → tokens-read
Function:
(defun parstate->tokens-read$inline (parstate) (declare (xargs :stobjs (parstate))) (declare (xargs :guard t)) (mbe :logic (if (parstatep parstate) (raw-parstate->tokens-read parstate) 0) :exec (raw-parstate->tokens-read parstate)))
Theorem:
(defthm natp-of-parstate->tokens-read (b* ((tokens-read (parstate->tokens-read$inline parstate))) (natp tokens-read)) :rule-classes (:rewrite :type-prescription))