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