Fix type of `-'

original commit: 463ab0d30943f5453eaac16e1d966dd9dae093eb
This commit is contained in:
Sam Tobin-Hochstadt 2010-12-08 19:28:56 -05:00
parent eacda65291
commit bcb395b986

View File

@ -259,7 +259,7 @@
(list (->* (list -Real -Flonum) -Real -Flonum))
(list (->* (list -InexactReal) -InexactReal -InexactReal))
(list (->* (list -Real) -Real -Real))
(list (->* (list) (Un -Real -FloatComplex) -FloatComplex))
(list (->* (list (Un -Real -FloatComplex)) (Un -Real -FloatComplex) -FloatComplex))
(list (->* (list -FloatComplex) N -FloatComplex))
(list (->* (list N -FloatComplex) N -FloatComplex))
(list (->* (list N) N N))))]