racket/collects/syntax/scribblings/moddep.scrbl
Matthew Flatt f6c4108af1 syntax collection scribbled
svn: r8670
2008-02-15 13:29:35 +00:00

17 lines
506 B
Racket

#lang scribble/doc
@(require "common.ss"
(for-label syntax/moddep))
@title[#:tag "moddep"]{Inspecting Modules and Module Dependencies}
@defmodule[syntax/moddep]
Re-exports @schememodname[syntax/modread],
@schememodname[syntax/modcode], @schememodname[syntax/modcollapse],
and @schememodname[syntax/modresolve], in addition to the following:
@defproc[(show-import-tree [module-path-v module-path?]) void?]{
A debugging aid that prints the import hierarchy starting from a given
module path.}