Skip to content
Prev 389827 / 398503 Next

Environmental oddity.

On 06/11/2021 11:32 p.m., Deepayan Sarkar wrote:
Rolf said these were automatically produced functions.  Those don't 
always deparse properly, because manipulating expressions can produce 
things that can never be produced by the parser.  I'm not sure this 
happened in this case.  You'd need to examine the parse trees of d1 and 
d2 to see.

There's also a possibility that the srcref attached to them is lying, 
and we're not seeing the deparsed versions of the functions.  Printing 
removeSource(d1) and removeSource(d2) should reveal that.

Duncan Murdoch