Is there an easy way to require everything in a given SRFI, while specifying that in a case of name conflict, I want to use the built-in racket version?<div><br></div><div>I&#39;m specifically thinking about srfi/13, the string library.  I want to include that, but I think Racket&#39;s newly added string functions (such as string-trim and string-join) are better than the ones in the srfi.</div>