parent
c0ee979ff4
commit
7c49cd5138
|
@ -79,7 +79,7 @@ creates pattern variable definitions for the pattern variables of
|
||||||
(define/with-syntax (px ...) #'(a b c))
|
(define/with-syntax (px ...) #'(a b c))
|
||||||
(define/with-syntax (tmp ...) (generate-temporaries #'(px ...)))
|
(define/with-syntax (tmp ...) (generate-temporaries #'(px ...)))
|
||||||
#'([tmp px] ...)
|
#'([tmp px] ...)
|
||||||
(define-pattern-variable name #'Alice)
|
(define/with-syntax name #'Alice)
|
||||||
#'(hello name)
|
#'(hello name)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user