Improve link to OC docs.

This commit is contained in:
Vincent St-Amour 2016-01-01 11:45:00 -06:00
parent 40e7c969ab
commit 607649c742

View File

@ -29,9 +29,9 @@ Racket idioms. However, it does a better job on some idioms than on
others. By writing your programs using the right idioms, you can help
the optimizer help you.
To best take advantage of the Typed Racket optimizer, keep the following in
mind. The @emph{Optimization Coach} package provides optimization coaching
support to help you in this task.
To best take advantage of the Typed Racket optimizer, consult
@other-doc['(lib "optimization-coach/scribblings/optimization-coach.scrbl")
#:indirect "Optimization Coach"]{}.
@subsection{Numeric types}