Hi Neil,
Whoever is doing (use-modules (ice-9 syncase)) needs to do (use-syntax
(ice-9 syncase)) instead.
I see this fairly often.  Perhaps there should be some little widget in
(ice-9 syncase) which says "If you try to use=modules me, you will
actually get use-syntax instead.).  Or could an argument be made for
combining use-modules and use-syntax?  Are there any cases where one
would write a module, and then at some times want to use-modules it, and
at other times want to use-syntax it, so that the user would need to
specify which one was wanted?

Regards,
Jon



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to