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