Document show-requires.
original commit: f24f451fd92ece5370a6653935e1a66a289b1f16
This commit is contained in:
parent
3fdfbc772f
commit
d3f24529fe
|
@ -368,3 +368,12 @@ Example (from racket root directory):
|
|||
|
||||
@commandline{racket -l macro-debugger/analysis/check-requires-script \
|
||||
collects/syntax/*.rkt}
|
||||
|
||||
|
||||
@defproc[(show-requires [module-name module-path?])
|
||||
(listof (list/c 'keep module-path? number? (or/c string? #f))
|
||||
(list/c 'bypass module-path? number?)
|
||||
(list/c 'drop module-path? number?))]{
|
||||
Similar to @racket[check-requires], but outputs module paths instead of
|
||||
module path indexes, for more readability.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user