Adjust TR Guide blurb, link to TR Reference

original commit: ca5fdbd9fa1ce92c88267128498d8ba1911cad1b
This commit is contained in:
Asumu Takikawa 2014-05-06 11:41:58 -04:00
parent ed6ed86945
commit cd713a577e

View File

@ -15,7 +15,10 @@
Typed Racket is a family of languages, each of which enforce
that programs written in the language obey a type system that ensures
the absence of many common errors. This guide is intended for programmers familiar
with Racket. For an introduction to Racket, see the @(other-manual '(lib "scribblings/guide/guide.scrbl")).
with Racket. For an introduction to Racket, see @(other-manual '(lib "scribblings/guide/guide.scrbl")).
For the precise details, also see
@other-doc['(lib "typed-racket/scribblings/ts-reference.scrbl")].
@local-table-of-contents[]