Size of signed, unsigned, and plain
(char-bits) → char-bits
Function:
(defun char-bits nil (declare (xargs :guard t)) (let ((__function__ 'char-bits)) (declare (ignorable __function__)) 8))
Theorem:
(defthm posp-of-char-bits (b* ((char-bits (char-bits))) (posp char-bits)) :rule-classes :type-prescription)
Theorem:
(defthm char-bits-bound (b* ((?char-bits (char-bits))) (>= char-bits 8)) :rule-classes :linear)