From 78e13c9adcc529c5c2a5317b7612bb2fa689f421 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 29 Apr 2010 17:11:31 -0600 Subject: [PATCH] more rackty guide, through the contracts section original commit: 2f5b166073618a315a0f57e83c5fdf36286fae5f --- collects/scribblings/scribble/eval.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/scribble/eval.scrbl b/collects/scribblings/scribble/eval.scrbl index ab93e2af..88504396 100644 --- a/collects/scribblings/scribble/eval.scrbl +++ b/collects/scribblings/scribble/eval.scrbl @@ -28,9 +28,9 @@ evaluator is created using @scheme[make-base-eval]. See also Uses of @scheme[code:comment] and @schemeidfont{code:blank} are stipped from each @scheme[datum] before evaluation. -If a @scheme[datum] has the form @scheme[(eval:alts #,(svar -show-datum) #,(svar eval-datum))], then @svar[show-datum] is typeset, -while @svar[eval-datum] is evaluated.} +If a @scheme[datum] has the form @scheme[(@#,indexed-scheme[eval:alts] +#,(svar show-datum) #,(svar eval-datum))], then @svar[show-datum] is +typeset, while @svar[eval-datum] is evaluated.} @defform*[[(interaction-eval datum)