97jaz / gregor

Date and time library for Racket
45 stars 10 forks source link

Bugfix 23 #28

Closed samdphillips closed 5 years ago

samdphillips commented 5 years ago

Macros like fancy-app supply their own version of #%app. Expanding the clause [(_ xs ...) #'(period xs ...)] uses the #%app from racket/base. Using a rename-transformer avoids introducing this.

97jaz commented 5 years ago

Thanks, @samdphillips!