updated documentation for syntax/trusted-xforms
closes PR 12269
merge to 5.2
(cherry picked from commit 81fa15e27b
)
This commit is contained in:
parent
cafe0d9535
commit
067c4b4359
|
@ -8,8 +8,8 @@
|
||||||
The @racketmodname[syntax/trusted-xforms] library has no exports. It
|
The @racketmodname[syntax/trusted-xforms] library has no exports. It
|
||||||
exists only to require other modules that perform syntax
|
exists only to require other modules that perform syntax
|
||||||
transformations, where the other transformations must use
|
transformations, where the other transformations must use
|
||||||
@racket[syntax-recertify]. An application that wishes to provide a
|
@racket[syntax-disarm] or @racket[syntax-arm]. An application that
|
||||||
less powerful code inspector to a sub-program should generally attach
|
wishes to provide a less powerful code inspector to a sub-program
|
||||||
@racketmodname[syntax/trusted-xforms] to the sub-program's namespace
|
should generally attach @racketmodname[syntax/trusted-xforms] to the
|
||||||
so that things like the class system from @racketmodname[scheme/class]
|
sub-program's namespace so that things like the class system from
|
||||||
work properly.
|
@racketmodname[racket/class] work properly.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user