Fix type of `-'
original commit: 463ab0d30943f5453eaac16e1d966dd9dae093eb
This commit is contained in:
parent
eacda65291
commit
bcb395b986
|
@ -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))))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user