Recognizer for a bfrstate object.
(bfrstate-p x) → *
Function:
(defun bfrstate-p (x) (declare (xargs :guard t)) (let ((__function__ 'bfrstate-p)) (declare (ignorable __function__)) (and (natp x) (bfr-mode-p (logand 3 x)))))
Theorem:
(defthm bfrstate-p-compound-recognizer (implies (bfrstate-p x) (natp x)) :rule-classes :compound-recognizer)