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