Nothing crucial, but thought I'd mention, I find myself often wanting to do something like: ```julia @unpack let (x,y) = foo ... end ``` Seems possible with no fundamental changes, just some extra expression manipulation.