Recognizer for stmt-info structures.
(stmt-infop x) → *
Function:
(defun stmt-infop (x) (declare (xargs :guard t)) (let ((__function__ 'stmt-infop)) (declare (ignorable __function__)) (and (mbe :logic (and (alistp x) (equal (strip-cars x) '(table))) :exec (fty::alist-with-carsp x '(table))) (b* ((table (cdr (std::da-nth 0 x)))) (valid-tablep table)))))
Theorem:
(defthm consp-when-stmt-infop (implies (stmt-infop x) (consp x)) :rule-classes :compound-recognizer)