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