doc correction
Closes PR 11959
This commit is contained in:
parent
97b1a9358d
commit
cba6323e8c
|
@ -317,7 +317,8 @@ expressions are not expanded, but instead left as provided in the
|
||||||
@defproc[(local-transformer-expand/capture-lifts [stx syntax?]
|
@defproc[(local-transformer-expand/capture-lifts [stx syntax?]
|
||||||
[context-v (or/c 'expression 'top-level 'module 'module-begin list?)]
|
[context-v (or/c 'expression 'top-level 'module 'module-begin list?)]
|
||||||
[stop-ids (or/c (listof identifier?) #f)]
|
[stop-ids (or/c (listof identifier?) #f)]
|
||||||
[intdef-ctx (or/c internal-definition-context? #f) #f])
|
[intdef-ctx (or/c internal-definition-context? #f) #f]
|
||||||
|
[lift-ctx any/c (gensym 'lifts)])
|
||||||
syntax?]{
|
syntax?]{
|
||||||
|
|
||||||
Like @racket[local-expand/capture-lifts], but @racket[stx] is expanded
|
Like @racket[local-expand/capture-lifts], but @racket[stx] is expanded
|
||||||
|
|
Loading…
Reference in New Issue
Block a user