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 925c5e7 commit 15d4263Copy full SHA for 15d4263
default-recommendations/for-loop-shortcuts.rkt
@@ -276,7 +276,7 @@
276
277
(define-definition-context-refactoring-rule for-set!-to-for/fold
278
#:description "`for/fold` can be used instead of a mutating `for` loop"
279
- #:literals (for set!)
+ #:literals (for set! define)
280
(~seq body-before ...
281
(define accum:id init-expr:expr)
282
(for clauses for-body ... (set! accum2:id update-expr:expr))
0 commit comments