Recognizer for svtv-line structures.
(svtv-line-p x) → *
Function:
(defun svtv-line-p (x) (declare (xargs :guard t)) (let ((__function__ 'svtv-line-p)) (declare (ignorable __function__)) (and (std::prod-consp x) (b* ((lhs (std::prod-car x)) (entries (std::prod-cdr x))) (and (lhs-p lhs) (svtv-entrylist-p entries))))))