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