More precise type for expt.

This commit is contained in:
Vincent St-Amour 2010-08-06 11:09:04 -04:00
parent 4d43c21565
commit 0a45e0e361

View File

@ -397,6 +397,7 @@
(-Real -Real . -> . N))]
[expt (cl->* (-Nat -Nat . -> . -Nat)
(-Integer -Nat . -> . -Integer)
(-Integer -Integer . -> . -ExactRational)
(-Real -Integer . -> . -Real)
(-InexactComplex -InexactComplex . -> . -InexactComplex)
(N N . -> . N))]