diff --git a/collects/typed-scheme/scribblings/ts-reference.scrbl b/collects/typed-scheme/scribblings/ts-reference.scrbl index 19cff7c9..970d5798 100644 --- a/collects/typed-scheme/scribblings/ts-reference.scrbl +++ b/collects/typed-scheme/scribblings/ts-reference.scrbl @@ -43,6 +43,9 @@ any expression of this type will not evaluate to a value.} @defidform[Natural] @defidform[Exact-Nonnegative-Integer] @defidform[Exact-Positive-Integer] +@defidform[Fixnum] +@defidform[Nonnegative-Fixnum] +@defidform[Positive-Fixnum] @defidform[Zero] )]{These types represent the hierarchy of @rtech{numbers} of Racket. @racket[Integer] includes only @rtech{integers} that are @rtech{exact