drbayes
drbayes copied to clipboard
Fix for 6.3. Avoid import conflicts.
Would be simpler to not define list-set here, but that wouldn't be
compatible with 6.2.1. Feel free to do that and add a version exception
for older Racket versions.
Er, actually, this isn't compatible with 6.2.1 either, as the excluded binding would not be in the library. You can fix this by using only-in instead.
Ok, should be better now.