remove expand-for-clause from racket/base

Closes #3246
This commit is contained in:
Matthew Flatt 2020-06-26 10:25:34 -06:00
parent 09c6ba48f6
commit a76380a343

View File

@ -233,7 +233,8 @@
stream-ref stream-via-prop?
stream? stream-empty? stream-first stream-rest
prop:stream in-stream empty-stream make-do-stream
split-for-body)
split-for-body
expand-for-clause)
(all-from "kernstruct.rkt")
(all-from "member.rkt")
#%top-interaction