fix bad attr reference (datum attr doesn't exist)
That macro doesn't seem to be used anywhere. Perhaps it can just be deleted.
This commit is contained in:
parent
fcac1fdc50
commit
29a9abf394
|
@ -17,7 +17,7 @@
|
||||||
(string->symbol
|
(string->symbol
|
||||||
(string-append (symbol->string (syntax-e i))
|
(string-append (symbol->string (syntax-e i))
|
||||||
"."
|
"."
|
||||||
(symbol->string #'attr.datum))))])
|
(symbol->string (syntax-e #'attr)))))])
|
||||||
(quasisyntax/loc stx
|
(quasisyntax/loc stx
|
||||||
(syntax-parse arg
|
(syntax-parse arg
|
||||||
[#,i #:declare #,i pat #'#,get-i])))]))
|
[#,i #:declare #,i pat #'#,get-i])))]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user