We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ef99b commit 6f269ceCopy full SHA for 6f269ce
typed-racket-lib/typed-racket/base-env/prims.rkt
@@ -614,9 +614,9 @@ the typed racket language.
614
(quasisyntax/loc stx
615
(#,for/folder: : #,a.ty
616
((return-hash : #,a.ty (ann (#,hash-maker null) #,a.ty)))
617
- (if for*?
618
- (clause.expand* ... ...)
619
- (clause.expand ... ...))
+ #,(if for*?
+ #'(clause.expand* ... ...)
+ #'(clause.expand ... ...))
620
(let-values (((key val) (let () body ...)))
621
(hash-set return-hash key val))))])))
622
0 commit comments