You don't have to itemize any names. Just put the name after the #lang line. I assume that's racket, but it might be racket/base. You don't need to list anything else you include, require will already report an error if those clash.<br>
<div class="gmail_extra"><br clear="all">Carl Eastlund<br>
<br><br><div class="gmail_quote">On Thu, Nov 1, 2012 at 2:45 PM, Mark Engelberg <span dir="ltr"><<a href="mailto:mark.engelberg@gmail.com" target="_blank">mark.engelberg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
My point being that I'm worried if I have to itemize all the names, I might miss a potential conflict.<div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Thu, Nov 1, 2012 at 11:43 AM, Mark Engelberg <span dir="ltr"><<a href="mailto:mark.engelberg@gmail.com" target="_blank">mark.engelberg@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks. Is there a simple way to do it without itemizing the specific function names?<div><br></div><div>I was caught off guard because I was using the new string-trim function. When I included srfi/13, I didn't realize it was going to replace string-trim with a version that was really just a "trim left" function. So my code broke in a way I didn't anticipate. What I'd ideally like is to just import all the srfi/13 names that don't create a conflict with racket's built-in names.<br>
<br><div class="gmail_quote">On Thu, Nov 1, 2012 at 11:27 AM, Eli Barzilay <span dir="ltr"><<a href="mailto:eli@barzilay.org" target="_blank">eli@barzilay.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<a href="http://docs.racket-lang.org/reference/require.html#%28form._%28%28lib._racket/require..rkt%29._subtract-in%29%29" target="_blank">http://docs.racket-lang.org/reference/require.html#(form._((lib._racket/require..rkt)._subtract-in))</a><br>
<div><div><br></div></div></blockquote></div></div>
</blockquote></div><br>
</div></div><br>____________________<br>
Racket Users list:<br>
<a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div><br></div>