diff --git a/collects/typed-scheme/base-env/base-types.rkt b/collects/typed-scheme/base-env/base-types.rkt index 4237ca3c..6b410dfe 100644 --- a/collects/typed-scheme/base-env/base-types.rkt +++ b/collects/typed-scheme/base-env/base-types.rkt @@ -53,7 +53,8 @@ [Integer -Int] [Nonpositive-Integer -NonPosInt] [Negative-Integer -NegInt] -[Exact-Nonnegative-Integer -Nat] ; both of these are valid +[Exact-Nonnegative-Integer -Nat] ; all three of these are valid +[Nonnegative-Integer -Nat] [Natural -Nat] [Exact-Positive-Integer -PosInt] ; both of these are valid [Positive-Integer -PosInt]