Representation of a read of a pointed type
Function:
(defun uchar-read (x) (declare (xargs :guard (star (ucharp x)))) (let ((__function__ 'uchar-read)) (declare (ignorable __function__)) (uchar-fix x)))
Theorem:
(defthm ucharp-of-uchar-read (b* ((x (uchar-read x))) (ucharp x)) :rule-classes :rewrite)