At Tue, 7 May 2013 07:31:36 -0600, Jay McCarthy wrote: > On Tue, May 7, 2013 at 7:17 AM, Matthew Flatt <mfl...@cs.utah.edu> wrote: > > The `racket' (and `racket/base') language adds a > > `configure-runtime' submodule to a module body unless there's already > > an immediate declaration (i.e., not under `begin' and not introduced by > > a macro). > > Does that mean that if it *is* under a begin or introduced by a maco, > it will be appended like module+ or will it be a conflict?
It will be a conflict. If you want the configuration of `racket' plus more, the `racket/runtime-config' provides `configure' function that implements the configuration of `racket'. _________________________ Racket Developers list: http://lists.racket-lang.org/dev