Representation of the
See SystemVerilog-2012 Section 18.5.4, Distribution, and also see vl-distitem.
Both operators have the same meaning when applied to a single expression instead of a range.
This is an ordinary defenum.
Function:
(defun vl-distweighttype-p (x) (declare (xargs :guard t)) (or (eq x ':vl-weight-each) (eq x ':vl-weight-total)))
Theorem: type-when-vl-distweighttype-p
(defthm type-when-vl-distweighttype-p (implies (vl-distweighttype-p x) (if (symbolp x) (if (not (equal x 't)) (not (equal x 'nil)) 'nil) 'nil)) :rule-classes :compound-recognizer)