www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f22c1b7da462317a744ba819d7f058f6644698b6
parent bf2b61dcb1b08ad3607b2828cf9d410bbe833842
Author: Leandro Facchinetti <me@leafac.com>
Date:   Fri,  8 Apr 2016 07:39:38 -0400

Fix one more typographic glitch
Diffstat:
Mindex.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.rkt b/index.rkt @@ -720,7 +720,7 @@ work it out. The "template" the error message refers to is the In fact, @racket[syntax-case] can have as many templates as you want. The obvious, required template is the final expression supplying -the output syntax. But you can use @racket[syntax] (a.k.a. #') on a +the output syntax. But you can use @racket[syntax] (a.k.a. @tt{#'}) on a pattern variable. This makes another template, albeit a small, "fun size" template. Let's try that: