doc repairs
This commit is contained in:
parent
bf031be73e
commit
5b3865f3e6
|
@ -92,7 +92,7 @@ Returns the custom-write procedure associated with @scheme[v].}
|
||||||
@deftogether[(
|
@deftogether[(
|
||||||
@defthing[prop:custom-print-quotable struct-type-property?]
|
@defthing[prop:custom-print-quotable struct-type-property?]
|
||||||
@defthing[custom-print-quotable? struct-type-property?]
|
@defthing[custom-print-quotable? struct-type-property?]
|
||||||
@defthing[custom-print-quotable struct-type-property?]
|
@defthing[custom-print-quotable-accessor struct-type-property?]
|
||||||
)]{
|
)]{
|
||||||
|
|
||||||
A property and associated predicate and accessor. The property value
|
A property and associated predicate and accessor. The property value
|
||||||
|
|
|
@ -332,7 +332,9 @@ See also @racket[module->language-info] and
|
||||||
@;------------------------------------------------------------------------
|
@;------------------------------------------------------------------------
|
||||||
@section[#:tag "dynreq"]{Dynamic Module Access}
|
@section[#:tag "dynreq"]{Dynamic Module Access}
|
||||||
|
|
||||||
@defproc[(dynamic-require [mod module-path?]
|
@defproc[(dynamic-require [mod (or/c module-path?
|
||||||
|
resolved-module-path?
|
||||||
|
module-path-index?)]
|
||||||
[provided (or/c symbol? #f 0 void?)]
|
[provided (or/c symbol? #f 0 void?)]
|
||||||
[fail-thunk (-> any) (lambda () ....)])
|
[fail-thunk (-> any) (lambda () ....)])
|
||||||
any]{
|
any]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user