Recognizer for svtv-outputline structures.
(svtv-outputline-p x) → *
Function:
(defun svtv-outputline-p (x) (declare (xargs :guard t)) (let ((__function__ 'svtv-outputline-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-outentrylist-p entries))))))