Added the fixnum types to the documentation.

original commit: 440871f99d8edc425f633e87555c9f4d110c501d
This commit is contained in:
Vincent St-Amour 2010-09-07 16:45:50 -04:00
parent 3e6ab819c6
commit 0df6f293ce

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