Panicz Maciej Godek <godek.mac...@gmail.com> writes: > Furthermore, when I try to use the #:renamer feature, like > > (use-modules ((redis) #:renamer (symbol-prefix-proc 'redis:))) > > [...]
Just a tip: you can do e.g. (use-modules ((foo) #:prefix foo-)). It seems many people don't know of it. Taylan