Recognizer for transunit-info structures.
(transunit-infop x) → *
Function:
(defun transunit-infop (x) (declare (xargs :guard t)) (let ((__function__ 'transunit-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-transunit-infop (implies (transunit-infop x) (consp x)) :rule-classes :compound-recognizer)