Volkan YAZICI <[EMAIL PROTECTED]> writes: > Hi, > > Can somebody help me to figure out the syntax error in below let-syntax > scope: [...]
It works for me if I do
(use-syntax (ice-9 syncase))
first, so I suspect the problem is that you are using `use-modules'
when you should be using `use-syntax'.
Regards,
Neil
_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user
