[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

datum->syntax and generate-temporaries

This page is part of the web mail archives of SRFI 93 from before July 7th, 2015. The new archives for SRFI 93 contain all messages, not just those from before July 7th, 2015.



It is not clear to me from the specification what the context/marks/substitutions of the resulting identifier will be in
the following:

  (datum->syntax (car (generate-temporaries '(_)) 'a)

Andre