Re: [racket] copy syntax properties

2012-02-15 Thread Ryan Culpepper
On 02/15/2012 01:28 PM, Jon Rafkind wrote: `datum->syntax' does not copy syntax properties from the 4th parameter to the new syntax object if the 2nd parameter is already a syntax object. What is the reasoning for this? Lexical context and source location are taken from the 1st and 3rd arguments

[racket] copy syntax properties

2012-02-15 Thread Jon Rafkind
`datum->syntax' does not copy syntax properties from the 4th parameter to the new syntax object if the 2nd parameter is already a syntax object. What is the reasoning for this? Lexical context and source location are taken from the 1st and 3rd arguments so it seems inconsistent for syntax proper