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