Re: [racket-users] Re: Nesting structs – I'm confused!

2016-02-23 Thread Alexis King
> I'm not sure whether I should have known that the #:auto value would be the > same object, so to speak, across all instances. Is there a bigger picture, in > that respect, or is it just that structs happen to work that way, and other > data structures might not? A part of me just wants to

[racket-users] Re: Nesting structs – I'm confused!

2016-02-23 Thread Gavin McGimpsey
Thanks, Ben! Switching to a custom instantiation worked. I couldn't figure out the #n notation, but you must be right about it being cyclic – I saw #1= / #1# in another example I tried that was even more deeply nested. Trouble was, that's not something you can Google for! I'm not sure whether