Include empty symbol in variable enumeration

Please merge into 6.0.
(cherry picked from commit 3e1840ac67)
This commit is contained in:
Max New 2013-12-02 11:55:08 -06:00 committed by Ryan Culpepper
parent 4e348ef603
commit a6c03fb9cf

View File

@ -926,7 +926,7 @@
(map/e (map/e
(compose string->symbol list->string) (compose string->symbol list->string)
(compose string->list symbol->string) (compose string->list symbol->string)
(many1/e char/e))) (many/e char/e)))
(define base/e (define base/e
(disj-sum/e #:alternate? #t (disj-sum/e #:alternate? #t