From cb0c24c29376e151ce3f052fc2b00c949c1174c8 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 29 Apr 2016 22:51:06 -0700 Subject: [PATCH] nit --- beautiful-racket-lib/br/define.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beautiful-racket-lib/br/define.rkt b/beautiful-racket-lib/br/define.rkt index 0b32118..fb229d0 100644 --- a/beautiful-racket-lib/br/define.rkt +++ b/beautiful-racket-lib/br/define.rkt @@ -252,7 +252,7 @@ #'(define-syntax (_id stx) (syntax-case stx () [(_id . rest) - (let* ([expanded-stx (with-syntax ([expanded-macros (map expand-macro (syntax->list #'rest))]) + (let ([expanded-stx (with-syntax ([expanded-macros (map expand-macro (syntax->list #'rest))]) #'(_id . expanded-macros))]) (define result (syntax-case expanded-stx LITERALS