Indicates whether we are exporting a
This is an ordinary defenum.
Function:
(defun vl-dpifntask-p (x) (declare (xargs :guard t)) (or (eq x ':vl-dpi-function) (eq x ':vl-dpi-task)))
Theorem: type-when-vl-dpifntask-p
(defthm type-when-vl-dpifntask-p (implies (vl-dpifntask-p x) (if (symbolp x) (if (not (equal x 't)) (not (equal x 'nil)) 'nil) 'nil)) :rule-classes :compound-recognizer)