This commit is contained in:
Asumu Takikawa 2013-10-16 10:47:51 -04:00
parent 6f344c6259
commit e243106294

View File

@ -27,7 +27,7 @@ corresponding exact functions like @racket[exact-round] and
@racket[exact-floor]. @racket[exact-floor].
In other cases, it may be necessary to use @racket[assert]ions In other cases, it may be necessary to use @racket[assert]ions
or casts. or @racket[cast]s.
@section{Type inference for polymorphic functions} @section{Type inference for polymorphic functions}