fix doc typo
closes PR 13216
This commit is contained in:
parent
203a7a660c
commit
832d90bf93
|
@ -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