Kinds of rewrite rules associated to defun-sk functions with the universal quantifier.
These correspond to the values
of the
This is an ordinary std::defenum.
Function:
(defun defun-sk-rewrite-kind-p (x) (declare (xargs :guard t)) (or (eq x ':default) (eq x ':direct) (eq x ':custom)))
Theorem: type-when-defun-sk-rewrite-kind-p
(defthm type-when-defun-sk-rewrite-kind-p (implies (defun-sk-rewrite-kind-p x) (if (symbolp x) (if (not (equal x 't)) (not (equal x 'nil)) 'nil) 'nil)) :rule-classes :compound-recognizer)