A ton of @scheme*' -> @racket*' and related updates.

Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.

original commit: ac26fe75546b5182d78f18c2cd882f0f440849e2
This commit is contained in:
Eli Barzilay 2011-06-24 15:08:24 -04:00
parent be6a3a01b5
commit 95705909f6

View File

@ -167,7 +167,7 @@ The @racket[test] argument is a test case or test suite.
The @racket[run] argument is a function from a test case name (string)
and action (thunk) to any values. The values produced by @racket[run]
are fed into the @scheme[result-fn].
are fed into the @racket[result-fn].
The @racket[fdown] argument is a function from a test suite name
(string) and the seed, to a new seed.