Recognizer for constraint-instance structures.
(constraint-instance-p x) → *
Function:
(defun constraint-instance-p (x) (declare (xargs :guard t)) (let ((__function__ 'constraint-instance-p)) (declare (ignorable __function__)) (and (std::prod-consp x) (b* ((thmname (std::prod-car x)) (subst (std::prod-cdr x))) (and (symbolp thmname) (fgl-object-bindings-p subst))))))