(Sorry for the non-plain-test formatting, haven't the new mailer interface from Spectrum yet.  Ugh.)

I'm porting some old code to 3.0 and I've come across this:


(define-module (bobotpp bot))

(set-module-uses! %module-public-interface

                  (list (module-ref (resolve-module '(guile-user) #f)

                                    'the-bot-module)))

What is the 3.0 equivalent?   I'm not sure what the above is trying to do.


Thanks,

   -Dale


What s