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