Document how to start a TR REPL from the command line.

original commit: a71db7c15cd32222cb123024fc2af2fca43c9e74
This commit is contained in:
Vincent St-Amour 2011-07-20 11:57:23 -04:00
parent cdcc1f44ed
commit c877e22a1b

View File

@ -48,3 +48,9 @@ racket
Here is the same program, in @racketmodname[typed/racket]:
@|typed-mod|
@section{Using Typed Racket from the Racket REPL}
It is possible to use Typed Racket from the Racket REPL. To do so, start Racket
with the following command line:
@commandline{racket -I typed/racket}