We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4858df commit bd9d670Copy full SHA for bd9d670
redex-pict-lib/redex/private/core-layout.rkt
@@ -100,13 +100,10 @@
100
#:declare transformer
101
(expr/c #'(or/c (-> pict?) string?)
102
#:name "atomic-rewriter rewrite")
103
- (with-syntax ([(rewriter ...) (for/list ([t (in-list (syntax->list #'(transformer.c ...)))])
104
- (wrap-expr/c #'(or/c string? (-> pict?))
105
- t))])
106
- #`(parameterize ([atomic-rewrite-table
107
- (append (list (list name.c rewriter) ...)
+ #`(parameterize ([atomic-rewrite-table
+ (append (list (list name.c transformer.c) ...)
108
(atomic-rewrite-table))])
109
- e))]))
+ e)]))
110
111
;; compound-rewrite-table : (listof lw) -> (listof (union lw pict string))
112
(define compound-rewrite-table
0 commit comments