Fix type for abs. Closes PR 11430.
original commit: e7c252739ddab37973cf3c013660d6c2244c44b8
This commit is contained in:
parent
26a2fd0163
commit
d7a8f14636
|
@ -368,6 +368,7 @@
|
|||
(-Fixnum . -> . -NonnegativeFixnum)
|
||||
(-Pos . -> . -Pos)
|
||||
(-Integer . -> . -Nat)
|
||||
(-ExactRational . -> . -ExactRational)
|
||||
(-Flonum . -> . -NonnegativeFlonum)
|
||||
(-InexactReal . -> . -InexactReal)
|
||||
(-Real . -> . -Real))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user