Recognizer for bits and
This is like an option type; when
Function:
(defun maybe-bitp$inline (x) (declare (xargs :guard t)) (or (not x) (bitp x)))
Theorem:
(defthm maybe-bitp-compound-recognizer (implies (maybe-bitp x) (or (not x) (bitp x))) :rule-classes :compound-recognizer)