Andre van Tonder wrote: > Try changing the underscores to some identifier (for example k) in the > definition of define-macro. Underscores are not pattern variables any > longer in r6rs, so the datum->syntax instance will not do the correct > thing any longer. Haven't tested it but hopefully it will help.
Thanks for the tip Andre! I sent out a separate note explaining how I dealt with the problem. Interestingly, I didn't need to replace the underscores; it worked as is. Ed _______________________________________________ Larceny-users mailing list [email protected] https://lists.ccs.neu.edu/bin/listinfo/larceny-users
