fix docs for get-module-code
svn: r15965
This commit is contained in:
parent
d4e40e0b25
commit
c8c43bbe34
|
@ -7,9 +7,12 @@
|
|||
@defmodule[syntax/modcode]
|
||||
|
||||
@defproc[(get-module-code [module-path-v module-path?]
|
||||
[compiled-subdir (and/c path-string? relative-path?) "compiled"]
|
||||
[compile-proc (any/c . -> . any) compile]
|
||||
[ext-proc (or/c false/c (path? boolean? . -> . any)) #f]
|
||||
[#:sub-path compiled-subdir0 (and/c path-string? relative-path?) "compiled"]
|
||||
[compiled-subdir (and/c path-string? relative-path?) compiled-subdir0]
|
||||
[#:compile compile-proc0 (any/c . -> . any) compile]
|
||||
[compile-proc (any/c . -> . any) compile-proc0]
|
||||
[#:extension-handler ext-proc0 (or/c false/c (path? boolean? . -> . any)) #f]
|
||||
[ext-proc (or/c false/c (path? boolean? . -> . any)) ext-proc0]
|
||||
[#:choose choose-proc
|
||||
(path? path? path?
|
||||
. -> .
|
||||
|
|
Loading…
Reference in New Issue
Block a user