The
These are a bit unusual and take both a condition and a property as their arguments.
This is an ordinary defenum.
Function:
(defun vl-property-acceptop-p (x) (declare (xargs :guard t)) (or (eq x ':vl-prop-accepton) (eq x ':vl-prop-syncaccepton) (eq x ':vl-prop-rejecton) (eq x ':vl-prop-syncrejecton)))
Theorem: type-when-vl-property-acceptop-p
(defthm type-when-vl-property-acceptop-p (implies (vl-property-acceptop-p x) (if (symbolp x) (if (not (equal x 't)) (not (equal x 'nil)) 'nil) 'nil)) :rule-classes :compound-recognizer)