From 57b9507a89b199c2f9bf28854e837506773c3db6 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 11 Mar 2008 12:48:14 +0000 Subject: [PATCH] clarification on what expand-import returns svn: r8943 --- collects/scribblings/reference/stx-trans.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/stx-trans.scrbl b/collects/scribblings/reference/stx-trans.scrbl index adc63b2ba3..725e59ef1c 100644 --- a/collects/scribblings/reference/stx-trans.scrbl +++ b/collects/scribblings/reference/stx-trans.scrbl @@ -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?)