Added the fixnum types to the documentation.

This commit is contained in:
Vincent St-Amour 2010-09-07 16:45:50 -04:00
parent 6d7be2bab3
commit 440871f99d

View File

@ -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