Improve type annotation of (get-backing-scale) (#424)

This commit is contained in:
WarGrey Gyoudmon Ju 2016-09-09 04:23:40 +08:00 committed by Sam Tobin-Hochstadt
parent 07911cd613
commit e706928a77

View File

@ -68,7 +68,7 @@
(->* [Real Real Exact-Nonnegative-Integer Exact-Nonnegative-Integer Bytes]
[Any Any #:unscaled? Any]
Void)]
[get-backing-scale (-> Nonnegative-Real)]
[get-backing-scale (-> Positive-Real)]
[get-depth (-> Exact-Nonnegative-Integer)]
[get-handle (-> Any)]
[get-height (-> Exact-Positive-Integer)]