At Wed, 13 Feb 2013 15:39:57 -0500, Tony Garnock-Jones wrote:
> On 02/13/2013 02:12 PM, Matthew Flatt wrote:
> > Veer: any opinion on whether we should break your code? :)
> 
> It may not even break - wouldn't it just shadow the imported one?

No. Definitions in a module shadow the bindings of a language --- which
is why we have a freer hand when adding to `racket/base' --- but they
conflict with bindings from explicitly `require'd modules.

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to