drbayes icon indicating copy to clipboard operation
drbayes copied to clipboard

Fix for 6.3. Avoid import conflicts.

Open stamourv opened this issue 10 years ago • 2 comments

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.

stamourv avatar Oct 07 '15 18:10 stamourv

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.

stamourv avatar Oct 07 '15 20:10 stamourv

Ok, should be better now.

stamourv avatar Oct 08 '15 13:10 stamourv