Skip to content
Snippets Groups Projects
Commit 99d4c4c8 authored by rtoy's avatar rtoy
Browse files

Fix bug in expt type derivation.

(defun f (x y)
   (declare (fixnum x y))
   (expt x y))

caused an error because we weren't handling member types correctly.
parent 0ac144e3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment