Recognizer for pflat structures.
(pflat-p x) → *
Function:
(defun pflat-p (x) (declare (xargs :guard t)) (let ((acl2::__function__ 'pflat-p)) (declare (ignorable acl2::__function__)) (and (std::prod-consp x) (b* ((width (std::prod-car x)) (?what (std::prod-cdr x))) (posp width)))))