Fix bad name.
original commit: 8c92a32cbba71528730b013a72bd33b8b4d6ed63
This commit is contained in:
parent
c31b879cc0
commit
37494a9c89
|
@ -603,10 +603,11 @@ This file defines two sorts of primitives. All of them are provided into any mod
|
|||
#'a.ty)])))
|
||||
(define-syntax (define-for*-variants stx)
|
||||
(syntax-parse stx
|
||||
[(_ (name no-*-name) ...)
|
||||
[(_ (name no-colon-name) ...)
|
||||
(quasisyntax/loc
|
||||
stx
|
||||
(begin (define-syntax name (define-for*-variant #'no-*-name)) ...))]))
|
||||
(begin (define-syntax name (define-for*-variant #'no-colon-name))
|
||||
...))]))
|
||||
(define-for*-variants
|
||||
(for*/list: for*/list)
|
||||
(for*/hash: for*/hash)
|
||||
|
|
Loading…
Reference in New Issue
Block a user