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