The
(uchar-format-8) → format
This is the simplest and most common format for
Function:
(defun uchar-format-8 nil (declare (xargs :guard t)) (let ((__function__ 'uchar-format-8)) (declare (ignorable __function__)) (make-uchar-format :size 8)))
Theorem:
(defthm uchar-formatp-of-uchar-format-8 (b* ((format (uchar-format-8))) (uchar-formatp format)) :rule-classes :rewrite)
Theorem:
(defthm uchar-format->max-of-uchar-format-8 (equal (uchar-format->max (uchar-format-8)) 255))