diff --git a/collects/typed-racket/optimizer/unboxed-let.rkt b/collects/typed-racket/optimizer/unboxed-let.rkt index 8892ddaa..6ffcdb80 100644 --- a/collects/typed-racket/optimizer/unboxed-let.rkt +++ b/collects/typed-racket/optimizer/unboxed-let.rkt @@ -148,9 +148,9 @@ (quasisyntax/loc/origin this-syntax #'letk.kw (letk.key ... - (opt-candidates.bindings ... ... - opt-functions.res ... - opt-others.res ...) + (opt-functions.res ... + opt-others.res ... + opt-candidates.bindings ... ...) #,@(syntax-map (optimize) #'(body ...))))))) (define-splicing-syntax-class let-like-keyword