Recognizer for svstmt-write structures.
(svstmt-write-p x) → *
Function:
(defun svstmt-write-p (x) (declare (xargs :guard t)) (let ((__function__ 'svstmt-write-p)) (declare (ignorable __function__)) (and (std::prod-consp x) (b* ((lhs (std::prod-car x)) (rhs (std::prod-cdr x))) (and (svex-select-p lhs) (svex-p rhs))))))