Using expire attributes for nested compound types

Hello,

If I have a table of set, it's pretty straight-forward to add expiring
timers for the parent table:

Okay, this works:

Using a local is indeed the work-around I'd have suggested. There's a
bit of an inconsistency currently in terms of how the interpreter
associates attributes with values.

Robin