excluding some symbols from the documentation since i'm not documenting those bindings
This commit is contained in:
parent
878467dfd6
commit
bb34fcbae1
|
@ -17,7 +17,19 @@
|
||||||
|
|
||||||
|
|
||||||
@(require (for-label (this-package-in js))
|
@(require (for-label (this-package-in js))
|
||||||
(for-label (this-package-in lang/base))
|
(for-label (except-in (this-package-in lang/base)
|
||||||
|
string?
|
||||||
|
printf
|
||||||
|
number->string
|
||||||
|
void
|
||||||
|
quasiquote
|
||||||
|
string=?
|
||||||
|
string
|
||||||
|
e
|
||||||
|
number?
|
||||||
|
newline
|
||||||
|
current-output-port
|
||||||
|
display))
|
||||||
(for-label (this-package-in resource)
|
(for-label (this-package-in resource)
|
||||||
(for-label (this-package-in web-world))))
|
(for-label (this-package-in web-world))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user