Are we at the end of the input stream?
(strin-endp x) → *
We just leave this enabled.
Function:
(defun strin-endp (x) (declare (xargs :guard (strin-p x))) (let ((__function__ 'strin-endp)) (declare (ignorable __function__)) (atom (strin-left x))))