fixes for submodules and `variable-reference->namespace'

Closes PR 12925

Merge to 5.3

original commit: d95ec4d454
This commit is contained in:
Matthew Flatt 2012-07-22 11:32:21 -05:00
parent 3fcc8dc945
commit 3c46e5fdc6

View File

@ -124,7 +124,7 @@
[max-let-depth exact-nonnegative-integer?] [max-let-depth exact-nonnegative-integer?]
[dummy toplevel?] [dummy toplevel?]
[lang-info (or/c #f (vector/c module-path? symbol? any/c))] [lang-info (or/c #f (vector/c module-path? symbol? any/c))]
[internal-context (or/c #f #t stx?)] [internal-context (or/c #f #t stx? (listof stx?))]
[pre-submodules (listof mod?)] [pre-submodules (listof mod?)]
[post-submodules (listof mod?)])) [post-submodules (listof mod?)]))