fix doc bug; could merge to 4.1.2
svn: r15584
This commit is contained in:
parent
d3625dd3c7
commit
1b21c14fd4
|
@ -37,9 +37,9 @@ A @tech{resolved module path} is interned. That is, if two
|
||||||
@scheme[eq?].}
|
@scheme[eq?].}
|
||||||
|
|
||||||
@defproc[(resolved-module-path-name [module-path resolved-module-path?])
|
@defproc[(resolved-module-path-name [module-path resolved-module-path?])
|
||||||
path?]{
|
(or/c path? symbol?)]{
|
||||||
|
|
||||||
Returns the path encapsulated by a @tech{resolved module path}.}
|
Returns the path or symbol encapsulated by a @tech{resolved module path}.}
|
||||||
|
|
||||||
|
|
||||||
@defproc[(module-path? [v any/c]) boolean?]{
|
@defproc[(module-path? [v any/c]) boolean?]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user