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