diff --git a/collects/typed-racket/base-env/base-types.rkt b/collects/typed-racket/base-env/base-types.rkt index 6b410dfe..d6b1323a 100644 --- a/collects/typed-racket/base-env/base-types.rkt +++ b/collects/typed-racket/base-env/base-types.rkt @@ -59,6 +59,7 @@ [Exact-Positive-Integer -PosInt] ; both of these are valid [Positive-Integer -PosInt] [Fixnum -Fixnum] +[Negative-Fixnum -NegFixnum] [Nonpositive-Fixnum -NonPosFixnum] [Nonnegative-Fixnum -NonNegFixnum] [Positive-Fixnum -PosFixnum]