(defun f (x y) (declare (fixnum x y)) (expt x y)) caused an error because we weren't handling member types correctly.