I would like to use the R6RS library/module system as detailed in Dybvig's TSPL4 chapter 10 in Racket. I selected "Pretty Big" language in DrRacket. But when I do
(import (list-tools setops) (more-setops) (rnrs))
on the top window and run, I get this error:
"import: misuse of unit keyword in: (import (list-tools setops) (more-setops) (rnrs))"
How do I write and run r6rs programs and particularly use the packaging/module system as described by R6RS Standard Section 7 in Racket?