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