Skip to content
  • rtoy's avatar
    Fix bug in expt type derivation. · 99d4c4c8
    rtoy authored
    (defun f (x y)
       (declare (fixnum x y))
       (expt x y))
    
    caused an error because we weren't handling member types correctly.
    99d4c4c8