Improve type of expt since inference is bad.
Closes PR 13383.
This commit is contained in:
parent
ecec724747
commit
b637c24d88
|
@ -1700,7 +1700,7 @@
|
|||
(-SingleFlonum (Un -NegInt -PosInt) . -> . -SingleFlonum)
|
||||
(-SingleFlonum -SingleFlonum . -> . (Un -SingleFlonum -SingleFlonumComplex))
|
||||
(-InexactReal (Un -NegInt -PosInt) . -> . -InexactReal)
|
||||
(-Real (Un -NegInt -PosInt) . -> . -Real)
|
||||
(-Real -Int . -> . -Real)
|
||||
(-InexactReal -InexactReal . -> . (Un -InexactReal -InexactComplex))
|
||||
(-FloatComplex (Un -InexactComplex -InexactReal) . -> . -FloatComplex)
|
||||
(-SingleFlonumComplex (Un -SingleFlonum -SingleFlonumComplex) . -> . -SingleFlonumComplex)
|
||||
|
|
Loading…
Reference in New Issue
Block a user