add for/set and it's varieties to the default prefs

original commit: 7dff18c385ac960bd6d794ccb9b58f42d510cdfd
This commit is contained in:
Robby Findler 2013-02-13 10:48:44 -06:00
parent e9293fc3a8
commit 9ecd2eb171

View File

@ -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*")))