typo: fx=,fx<,etc. take 1+ arguments (#2247)
This commit is contained in:
parent
ef5467a9d4
commit
8b4a17e33e
|
@ -77,13 +77,13 @@ result would not be a fixnum.
|
|||
|
||||
|
||||
@deftogether[(
|
||||
@defproc[(fx= [a fixnum?] ...) boolean?]
|
||||
@defproc[(fx< [a fixnum?] ...) boolean?]
|
||||
@defproc[(fx> [a fixnum?] ...) boolean?]
|
||||
@defproc[(fx<= [a fixnum?] ...) boolean?]
|
||||
@defproc[(fx>= [a fixnum?] ...) boolean?]
|
||||
@defproc[(fxmin [a fixnum?] ...) fixnum?]
|
||||
@defproc[(fxmax [a fixnum?] ...) fixnum?]
|
||||
@defproc[(fx= [a fixnum?] [b fixnum?] ...) boolean?]
|
||||
@defproc[(fx< [a fixnum?] [b fixnum?] ...) boolean?]
|
||||
@defproc[(fx> [a fixnum?] [b fixnum?] ...) boolean?]
|
||||
@defproc[(fx<= [a fixnum?] [b fixnum?] ...) boolean?]
|
||||
@defproc[(fx>= [a fixnum?] [b fixnum?] ...) boolean?]
|
||||
@defproc[(fxmin [a fixnum?] [b fixnum?] ...) fixnum?]
|
||||
@defproc[(fxmax [a fixnum?] [b fixnum?] ...) fixnum?]
|
||||
)]{
|
||||
|
||||
Safe versions of @racket[unsafe-fx=], @racket[unsafe-fx<],
|
||||
|
|
Loading…
Reference in New Issue
Block a user