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