linked to serialization docs

This commit is contained in:
Ryan Culpepper 2012-11-16 18:27:37 -05:00
parent 4befb20bd0
commit 9a7a80422c

View File

@ -16,7 +16,9 @@ file to either record or replay evaluations.
If @racket[mode] is @racket['record], the evaluator records every
interaction to @racket[log-file], replacing @racket[log-file] if it
already exists. The result of each interaction must be serializable.
already exists. The result of each interaction must be
@seclink["serialization" #:doc '(lib
"scribblings/reference/reference.scrbl")]{serializable}.
If @racket[mode] is @racket['replay], the evaluator uses the contents
of @racket[log-file] instead of actually performing evaluatings. For