From 818168baf5d5a114679474daf64614653b3541f2 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Fri, 6 Jan 2012 13:17:45 -0500 Subject: [PATCH] Export Negative-Fixnum. original commit: f50008280ba893273814f509347641bc3662229f --- collects/typed-racket/base-env/base-types.rkt | 1 + 1 file changed, 1 insertion(+) 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]