(maybe-vex-fix x) → *
Function: maybe-vex-fix
(defun maybe-vex-fix (x) (declare (xargs :guard (maybe-vex-p x))) (let ((__function__ 'maybe-vex-fix)) (declare (ignorable __function__)) (mbe :logic (if (maybe-vex-p x) x 'nil) :exec x)))