clarification on what expand-import returns

svn: r8943
This commit is contained in:
Eli Barzilay 2008-03-11 12:48:14 +00:00
parent 37d8b1c8b6
commit 57b9507a89

View File

@ -528,11 +528,12 @@ See also @scheme[define-require-syntax], which supports macro-style
@scheme[require] transformers.
@defproc[(expand-import [stx syntax?])
(values (listof import?)
(values (listof import?)
(listof import-source?))]{
Expands the given @scheme[_require-spec] to lists of imports and
import sources.}
import sources. Note that the import sources specify modules to be
visited, so this list is independent of the imports list.}
@defproc[(make-require-transformer [proc ((syntax?) . ->* . ((listof import?)