Graham Watt

Results 1 issues of Graham Watt

https://scheme.com/tspl4/syntax.html#./syntax:s42 The given example is missing `set!` in the syntax-case literal list: ```scheme (let ([ls (list 0)]) (define-syntax a (make-variable-transformer (lambda (x) (syntax-case x () [id (identifier? #'id) #'(car ls)]...