add for/set and it's varieties to the default prefs
This commit is contained in:
parent
9ff47ec1d0
commit
7dff18c385
|
@ -101,7 +101,7 @@
|
|||
(define base-fors
|
||||
'(for for/list for/hash for/hasheq for/hasheqv for/and for/or
|
||||
for/lists for/first for/last for/fold for/vector for/flvector
|
||||
for/sum for/product))
|
||||
for/sum for/product for/set))
|
||||
(define untyped-fors
|
||||
(append base-fors
|
||||
(map (λ (x) (string->symbol (regexp-replace #rx"^for" (symbol->string x) "for*")))
|
||||
|
|
Loading…
Reference in New Issue
Block a user